Inside the passed() function, code a line to add a 10 points bonus to the score, then return the result of the bonus score being over 90.

Make sure to pick with_bonus = score + 10, followed by return, and finally with_bonus > 90.