To find out if the current value is greater than the one currently stored in highest, code if score > highest:.
highest
if score > highest:
Make sure to type if score > highest:.