Hi,
I am new to python and would like to implement following:
constantly running a clock and trigger an other function for every 5 seconds.
Please give me idea how to do this.
Thanks a bunch
Pythonrunning a clock and triggerirng a function
Page 1 of 1
4 Replies - 827 Views - Last Post: 10 February 2010 - 06:20 PM
Replies To: Python
#3
Re: Python
Posted 10 February 2010 - 04:55 PM
#4
Re: Python
Posted 10 February 2010 - 05:53 PM
import time
while True:
print name
time.sleep(5)
#5
Re: Python
Posted 10 February 2010 - 06:20 PM
Page 1 of 1

New Topic/Question
Reply



MultiQuote




|