Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08823a2

Browse files
chore: Missing language name
1 parent 842bafc commit 08823a2

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
@@ -146,6 +146,7 @@ class Solution {
146146

147147
```
148148

149+
Python:
149150
(版本一)使用数组
150151
```python
151152
class Solution:
@@ -210,7 +211,6 @@ class Solution:
210211
class Solution:
211212
def canConstruct(self, ransomNote: str, magazine: str) -> bool:
212213
return all(ransomNote.count(c) <= magazine.count(c) for c in set(ransomNote))
213-
214214
```
215215

216216
Go:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /