Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. while 1:
  2. if input("Number: ") % 2 == 0:
  3. print("even")
  4. else:
  5. print("odd")
Add Comment
Please, Sign In to add comment