Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- num = int(input())
- for i in range(0, num + 1, 2):
- print(pow(2, i))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement