2 lines
No EOL
54 B
Python
2 lines
No EOL
54 B
Python
t = [1,2,3,4,5,6,7,8,9]
|
|
v = [c for c in t if c%3 == 0] |