import time import random time.sleep(1) print ( "Roll 1 " ) time.sleep(2) print( "Rolling... ") dice1 = random.randint( 1, 6 ) dice2 = random.randint( 1, 6 ) time.sleep(5) print ( "Your roll is a," ,dice1 ,dice2 ) total = ( dice1 + dice2 ) print ( "Roll again? " ) time.sleep(2) yesorno = input input = ("yes") no = int if yesorno == "yes": while True : elif yesorno == "no": print: total Height = input ("Height: " )