Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- num = int(input())
- sum = 0
- while sum < num:
- sum += int(input())
- print(sum)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement