Skip to content

Commit ff6ba6f

Browse files
Merge pull request #2417 from spacexim/patch-1
更新 0383.赎金信.md Python版本六
2 parents 668aff7 + 480d0d1 commit ff6ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0383.赎金信.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class Solution:
216216

217217
(版本六)使用count(简单易懂)
218218

219-
```python3
219+
```python
220220
class Solution:
221221
def canConstruct(self, ransomNote: str, magazine: str) -> bool:
222222
for char in ransomNote:

0 commit comments

Comments
 (0)