mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 00:43:04 +08:00
更新 0383.赎金信.md Python版本六
原代码块语言为python3,代码随想录网站无法正常渲染,改为python
This commit is contained in:
@ -216,7 +216,7 @@ class Solution:
|
||||
|
||||
(版本六)使用count(简单易懂)
|
||||
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def canConstruct(self, ransomNote: str, magazine: str) -> bool:
|
||||
for char in ransomNote:
|
||||
|
Reference in New Issue
Block a user