membuat fungsi menunggu di python
from time import sleep
>>> sleep(4)
kuder
from time import sleep
>>> sleep(4)