Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import sched, time
- def mostrar_mensaje():
- print('Python 3.5.2')
- programacion = sched.scheduler()
- programacion.enter(10, 1, mostrar_mensaje);
- programacion.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement