Skip to content

Commit f4e653d

Browse files
committed
更新了0383.赎金信的python版本二13行
1 parent bdb0000 commit f4e653d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

problems/0383.赎金信.md

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

177177
for x in ransomNote:
178178
value = hashmap.get(x)
179-
if not value or not value:
179+
if not value:
180180
return False
181181
else:
182182
hashmap[x] -= 1

0 commit comments

Comments
 (0)