Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. a=int(input())
  2. if a < 60:
  3. print(1)
  4. if a >=60 and a <= 64:
  5. print(2)
  6. if a > 64 and a < 69:
  7. print(3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement