Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- n = int(input('Input N:'))
- [print(el) for el in range(n+1) if el % 2 == 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement