We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ee9c1 commit 79cbc72Copy full SHA for 79cbc72
1 file changed
lwh/4/word_counter.py
@@ -13,7 +13,7 @@
13
print(cnt.most_common())
14
15
while True:
16
- s = input("enter the key:")
+ s = input("enter the key")
17
if s == "":
18
break
19
print(word_dict[s])
0 commit comments