заставлять функцию ждать в Python
from time import sleep
>>> sleep(4)
kuder
from time import sleep
>>> sleep(4)