import random awnser = "yes" while awnser !="no": dice1 = random.randint (1,6) dice2 = random.randint(1,6) if dice1+dice2!=2 total=total+dice1+dice2 print(total) print (dice1) print (dice2) awnser = input ("play again")