Added missing files and removed unnessesary ones

This commit is contained in:
2023-07-16 16:44:42 +03:00
parent c3fa5367c3
commit 199dd693e4
41 changed files with 1442 additions and 50 deletions

View File

@ -0,0 +1,4 @@
from collections import Counter
a = [12, 34, 542, 63653, 635, 635]
print(Counter(a))