Posts by edigaa • 11 points
1 post
-
0
votes1
answer38
viewsQ: How can I make a Python timer that at the end of the timer emits any sound?
import time def tempo(): time.sleep(10) print "Ola"
1 post
0
votes1
answer38
viewsimport time def tempo(): time.sleep(10) print "Ola"