DerioFT

1067.py

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