I have no idea

Brendhan Horne brendhanhorne at bellsouth.net
Mon Mar 12 07:10:44 EST 2001


In basic you use to be able to do this:
10 print "Hello World"
20 goto 10
Run

If you did that it would run up the screen in an endless loop until you hit
the ESC key. If you added   ; it would cover the whole screen. How do you
write the equivalent in python?

--
Thanks,
Brendhan





More information about the Python-list mailing list