print( "You creep along tunnel..." ) trape = "trap" if trape == True : print( "You fall into a trap and die!" ) lives = lives - 1 print( "Live left:", lives ) print( "You have no lives left. GAMEOVER!" )