Advertisement
Eshendo

Untitled

Apr 10th, 2020
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. a = int(input())
  2. while a%2 != 0:
  3.     print("hello world")
  4.     a = int(input())
  5.  
  6. print("Вы наконец-то ввели число, делящееся на 2 !!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement