in reply to Re: sleep in infinite loop
in thread sleep in infinite loop
Ending the line will also force it to display immediately, so print "interval\n" will fix this. It's also probably what the OP actually meant to do, unless he wanted to see "intervalintervalinterval..." all the way across the screen.