Advertisement
RavenChrstn

Untitled

Sep 24th, 2021
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. many = int(input())
  2.  
  3. for x in range(1, many+1):
  4.     if x % 2 != 0:
  5.         print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement