mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 00:43:04 +08:00
Update 0797.所有可能的路径.md
添加Python注释
This commit is contained in:
@ -296,7 +296,7 @@ public:
|
||||
### Java
|
||||
|
||||
### Python
|
||||
```
|
||||
```python
|
||||
class Solution:
|
||||
def __init__(self):
|
||||
self.result = []
|
||||
|
Reference in New Issue
Block a user