diff --git a/problems/0797.所有可能的路径.md b/problems/0797.所有可能的路径.md index f1f867f7..66376e3d 100644 --- a/problems/0797.所有可能的路径.md +++ b/problems/0797.所有可能的路径.md @@ -296,7 +296,7 @@ public: ### Java ### Python -``` +```python class Solution: def __init__(self): self.result = []