Nomor integer acak Python antara min, maks

import random
print(random.randint(0,9))
Frightened Ferret