diff --git a/problems/0383.赎金信.md b/problems/0383.赎金信.md index b800c232..93ade51e 100644 --- a/problems/0383.赎金信.md +++ b/problems/0383.赎金信.md @@ -216,7 +216,7 @@ class Solution: (版本六)使用count(简单易懂) -```python3 +```python class Solution: def canConstruct(self, ransomNote: str, magazine: str) -> bool: for char in ransomNote: