if score > HighScore : print( "tou have the new high score!") HighScore = score print( "High Score:", HighScore)