Computer Science, asked by markq046, 1 month ago


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 KesavanCSE
1

Answer:

Program run in infinity loop .it does not terminate.

Similar questions