Computer Science, asked by namratamahapatra2003, 9 months ago

write a program in python in which the computer will ask the user to input the values until the user enters zero​

Answers

Answered by Anonymous
5

Value = Input("Enter a number")

while( Value != "0"):

Value = Input("Enter a number")

Similar questions