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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!