Advertisement
Dylan111111

Untitled

Oct 5th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def checkMinAndMax(vraag):
  2. while True:
  3. andwoord = int(input(vraag))
  4. if 55 <= andwoord <= 90
  5. return True
  6. return False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement