faire une fonction attendre dans Python
from time import sleep
>>> sleep(4)
kuder
from time import sleep
>>> sleep(4)