Python espera 5 segundos y luego muestra
from time import sleep
sleep(2)
print("hello world")
Crowded Chamois
from time import sleep
sleep(2)
print("hello world")