Advertisement
smmac72

14

Mar 30th, 2023
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. counter = 0
  2. while gryffindor_score <= slytherin_score:
  3.     tmp = int(input())
  4.     counter += tmp
  5.     gryffindor_score += tmp
  6. print(counter)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement