Hi
i got this code to halt my script for a specified number of seconds of a friend of mine.
import time.sleep (2.0)
But when i run it it says " invalid Syntax" and highlights the left hand bracket in red.
Any ideas on how to correct this.
Thanks
HLA91
STAY COOL AND DONT GET STRESSED!
i got this code to halt my script for a specified number of seconds of a friend of mine.
import time.sleep (2.0)
But when i run it it says " invalid Syntax" and highlights the left hand bracket in red.
Any ideas on how to correct this.
Thanks
HLA91
STAY COOL AND DONT GET STRESSED!
Comment