1 parent 7bdbfa2 commit ab35ee4Copy full SHA for ab35ee4
1 file changed
python/01-intro.py
@@ -125,5 +125,5 @@
125
126
########## COUNTING ELEMENTS WITH COUNTER ##########
127
128
-from colletions import Counter
129
-print(Counter(backpack))
+from collections import Counter
+print(Counter(backpack))
0 commit comments