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
0
Answer:
Nooooooooooooooooooope
Similar questions