score = 100 if score > 100 : print( "You have a new high score!" ) highScore = score print( "High Score:", highScore )