karolinagergert

Untitled

Jul 10th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. x = int(input())
  2. for i in range(10):
  3. k=int(input())
  4. if x<k:
  5. count+=1
  6. k==x
  7. print(count)
Advertisement
Add Comment
Please, Sign In to add comment