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