Added missing files and removed unnessesary ones
This commit is contained in:
4
Python/pyton_test/task9.py
Normal file
4
Python/pyton_test/task9.py
Normal file
@ -0,0 +1,4 @@
|
||||
from collections import Counter
|
||||
|
||||
a = [12, 34, 542, 63653, 635, 635]
|
||||
print(Counter(a))
|
Reference in New Issue
Block a user