Added missing files and removed unnessesary ones
This commit is contained in:
10
Python/pyton_test/task1.py
Normal file
10
Python/pyton_test/task1.py
Normal file
@ -0,0 +1,10 @@
|
||||
a = [12, 34, 542, 12, 63653, 635, 635]
|
||||
|
||||
|
||||
def foo(i):
|
||||
print(i)
|
||||
return i
|
||||
|
||||
|
||||
seen = set()
|
||||
print(not any(i in seen or seen.add(i) for i in a))
|
Reference in New Issue
Block a user