Advertisement
T-D-K

Untitled

May 7th, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. t = int(input())
  2. a = 0
  3. while t < 22:
  4.     a = a + 1
  5.     t = int(input())
  6. print (a // 7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement