how to make a random dice roller in python\ code example Example: roll dice python import random diceRoll = random.randint(1, 6) print(diceRoll)