Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- t = int(input())
- a = 0
- while t < 22:
- a = a + 1
- t = int(input())
- print (a // 7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement