FaDaQ

Untitled

Apr 10th, 2022 (edited)
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. a = 1
  2.  
  3. while a != 0:
  4.     a = int(input("Ввод: "))
Add Comment
Please, Sign In to add comment