2 lines
No EOL
48 B
Python
2 lines
No EOL
48 B
Python
t = [1, 6, 8, 3, 21]
|
|
u = [x for x in t if x > 3] |