Python sommeil aléatoire

from random import randint
from time import sleep

sleep(randint(10,100))
Disgusted Dugong