3 lines
42 B
Python
3 lines
42 B
Python
print "Start"
|
|
time.sleep(3.0)
|
|
print "Stop" |
print "Start"
|
|
time.sleep(3.0)
|
|
print "Stop" |