Question: The following loop should keep prompting the user to enter a number or hit enter to quit. Write the condition for the while loop in
The following loop should keep prompting the user to enter a number or hit enter to quit. Write the condition for the while loop in the following code. Paste completed code in the space below. sum=0.0; data=input("Enter a number of just enter to quit:") while __________________: number=float(data) sum += number data=input("Enter a number or just enter to quit:") print("The sum is:", sum)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
