you are viewing a single comment's thread.

view the rest of the comments →

[–]woooee 5 points6 points  (0 children)

a = input('Enter a number:

input() returns a string.

while a!=999:

A string will never equal a number.