Advertisement
MaximTakkaTo

Повышенная стипендия

Feb 26th, 2022
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. i = 0
  2. quantity = 0
  3. while i >= 0:
  4.     i = int(input())
  5.     if i >= 20000:
  6.         quantity += 1
  7. print(quantity)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement