Skip to content

Commit 480d0d1

Browse files
authored
更新 0383.赎金信.md Python版本六
原代码块语言为python3,代码随想录网站无法正常渲染,改为python
1 parent 9928779 commit 480d0d1

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)