Respuesta :

If you're hoping to create a variable with type int, dice = 5 is correct.

roll_1 = random.randint(2,4) produces a random integer with a range of 2 to 4.