write the output of the following:
a=1
while (a==1):
n=int(input("enter the number"))
print("you entered:" , n)
please answer this if you dare!!
Answers
Answered by
1
Answer:
Program run in infinity loop .it does not terminate.
Similar questions