Sichanov

asd

Feb 4th, 2022
1,085
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. def state(position):
  2.     while position > 10:
  3.         position = int(input())
  4.  
  5.     print(position)
  6.  
  7.  
  8. position = int(input())
  9. state(position)
Advertisement
Add Comment
Please, Sign In to add comment