parent
3f99835f55
commit
41a69536b2
@ -0,0 +1,5 @@
|
||||
import random
|
||||
|
||||
tp = (random.randint(0, 100) for _ in range(1000))
|
||||
|
||||
print(list(filter(lambda x : x % 2, tp)))
|
Loading…
Reference in new issue