mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-21 04:55:38 -04:00
3 lines
91 B
Python
3 lines
91 B
Python
print(list(filter(lambda x: x & 1, range(-3, 4))))
|
|
print(list(filter(None, range(-3, 4))))
|