Advertisement
daniil-vlasenko

7.10

Jun 25th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. kk = 0
  2. while 1:
  3. x = int(input())
  4. if x == 0:
  5. break
  6. if x // 1 >= 1:
  7. kk += 1
  8. print(kk)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement