Hi
When i place this in my script
import time.sleep (2)
i would like my script to wait for 2 seconds then continue.
But when i run it the left bracket is highlighted in red then when iremove the left bracket as i assume that is not supposed to be there an EOF warning appears. Can somebody help me please?
Thanks
HLA91