Guest User

Untitled

a guest
Feb 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. a = [1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
  2. print([i for i in a if i % 2 == 0])
Add Comment
Please, Sign In to add comment