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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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