pausa.py (Código fuente)

1
2
3
4
5
import time

print("Hola manola!")
time.sleep(5)
print("Nos vemos!")