swoll1980
April 5th, 2008, 01:59 AM
I'm learning python through a tutorial. in this command
while X != "":
what is the computer waiting for? I know
while x <= 10
would make the computer wait for X to become larger than 10, but there is no explanation for what while X !="": actually does
while X != "":
what is the computer waiting for? I know
while x <= 10
would make the computer wait for X to become larger than 10, but there is no explanation for what while X !="": actually does