Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
total = 0
while total <= 50:
total += int(input("Enter a number: "))
print("The total is: ", total)
input("Press enter to continue")