Advertisement
LulsLois

Untitled

Oct 23rd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. t = float(input())
  2. count = 0
  3. while t < 22:
  4. count += 1
  5. t = float(input())
  6. print(count // 7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement