0
I would like to know how to use the Random.randint() command to assign not only one, but several numbers to a tuple?
wanted to assign 5 variables inside the tuple to then draw which one is the largest and which is the smallest (Simple exercise of beginners, but I don’t know how to do this)
from random import randint as ri
numeros = ri(1, 10)