Update
This commit is contained in:
@@ -209,7 +209,7 @@ class Solution(object):
|
||||
|
||||
Python写法四:
|
||||
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def canConstruct(self, ransomNote: str, magazine: str) -> bool:
|
||||
c1 = collections.Counter(ransomNote)
|
||||
|
||||
Reference in New Issue
Block a user