From 5c6fa9bf6ab84d29b4e0f8d20385115309282dfd Mon Sep 17 00:00:00 2001 From: Asterisk <44215173+casnz1601@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:24:50 -0400 Subject: [PATCH] =?UTF-8?q?Update=200797.=E6=89=80=E6=9C=89=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E7=9A=84=E8=B7=AF=E5=BE=84.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加Python注释 --- problems/0797.所有可能的路径.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []