Skip to content

Commit 79cbc72

Browse files
committed
n
n
1 parent 63ee9c1 commit 79cbc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lwh/4/word_counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
print(cnt.most_common())
1414

1515
while True:
16-
s = input("enter the key:")
16+
s = input("enter the key")
1717
if s == "":
1818
break
1919
print(word_dict[s])

0 commit comments

Comments
 (0)