diff --git a/problems/0017.电话号码的字母组合.md b/problems/0017.电话号码的字母组合.md index b35780ae..de1276fb 100644 --- a/problems/0017.电话号码的字母组合.md +++ b/problems/0017.电话号码的字母组合.md @@ -281,8 +281,8 @@ class Solution { } ``` -Python3: -```Python3 +Python: +```Python class Solution: ans = [] s = ''