Python poczekaj 5 sekund, a następnie wyświetlić
from time import sleep
sleep(2)
print("hello world")
Crowded Chamois
from time import sleep
sleep(2)
print("hello world")