In python:
import random
die1 = random.randint(1,6)
die2 = random.randint(1,6)
if die1 + die2 > 8:
print(f"The sum of the dice is {die1 + die2}")
print("done")
If you need me to change anything, I will. I hope this helps!
9.4m questions
12.2m answers