When the condition is True, the value in score is the highest value in the list so far, so code highest = score to store it.
True
score
highest = score
Make sure to type highest = score.