[Tutor] Timing errors

philip gilchrist philip at pacer.co.za
Thu Dec 11 06:16:28 EST 2003


Hi all

 

Could someone please educate me why this simple interface waits 10
seconds and then draws the rectangle??

 

>From livewires import *

Import time

begin_graphics()

move (500,100)

draw (550,100)

draw (550,250)

draw (500,250)

draw (500,100)

time.sleep(10)

end_graphics()

 

 

regards

 

Philip Gilchrist

Pacer Computers

Cell 0824589733

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20031211/baa0ec31/attachment-0001.html


More information about the Tutor mailing list