write a program that keeps taking input(integers)until the user enters-1(use while or do-while loop) in python loop
i=0 while i != 1: i = int(input("enter an integer"))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment