Advertisement
RavenChrstn

Untitled

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