Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- n = int(input('введите n:'))
- for i in range(n+1):
- if i % 2 == 0:
- print(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement