Computer Science, asked by shirolecp30, 4 days ago

a=int(input("Enter the number:"))
i=0
while(i<a):
print("Entered into while loop with value of i=",i)
if(i==2):
break
i=i+1
else:
print("break is not executed")

correct the following input​

Answers

Answered by hrishikeshhirve
0

Answer:

Nooooooooooooooooooope

Similar questions