L'exécution des instructions en Python peut-elle être retardée?

Je le veux pour exécuter la première ligne d'impression 1 puis attendre 1 seconde pour exécuter la deuxième commande imprimer 2etc.

Pseudo-code:

print 1
wait(1 seconds)
print 2
wait(0.45 seconds)
print 3
wait(3 seconds)
print 4

source d'informationauteur rectangletangle