initial commit

This commit is contained in:
2023-07-16 13:23:25 +00:00
commit c3fa5367c3
85 changed files with 4921 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
a = [10, 12, 34, 542, 63653, 635, 635]
b = [21, 5165, 623, 542, 10]
print(sorted(set(a).intersection(b)))