There was an error while loading. Please reload this page.
1 parent a84dc5d commit 5b4bc05Copy full SHA for 5b4bc05
Collections/Word Order.py
@@ -3,7 +3,6 @@
3
inp = input()
4
dic[inp] = dic.get(inp,0)+1
5
6
-#print(dic)
7
print(len(dic))
8
9
for k,v in dic.items():
0 commit comments