Create 0017.电话号码的字母组合.md

This commit is contained in:
Chen-Wang-JY
2021-05-24 18:21:14 +08:00
committed by GitHub
parent 9f02bcd63d
commit 6f97645386

View File

@ -281,8 +281,8 @@ class Solution {
} }
``` ```
Python3 Python
```Python3 ```Python
class Solution: class Solution:
ans = [] ans = []
s = '' s = ''