Added missing files and removed unnessesary ones
This commit is contained in:
3
Python/pyton_test/task7.py
Normal file
3
Python/pyton_test/task7.py
Normal 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)))
|
Reference in New Issue
Block a user