Skip to main content

exercise_25b.py


from random import randint
dices=[randint(1,6) for i in range(3)]