Tidur Python Acak

from random import randint
from time import sleep

sleep(randint(10,100))
Disgusted Dugong