Python attendez 5 secondes puis affichez
from time import sleep
sleep(2)
print("hello world")
Crowded Chamois
from time import sleep
sleep(2)
print("hello world")