You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
random
choice(list) : dà elem random
randint(min, max) : returns random int in [min; max] (included)
randrange(start, stop, step) : random.choice in range()
shuffle(list) : mischia lista..