Code an elif statement that runs if the score parameter has the value 100.
elif
score
100
Make sure to pick elif followed by score and then ==, 100, :.
==
: