We can also use the < sign to check if score is less than 100.

Nice work! This code will print "You need more points!" to the console anytime the score is less than 100.

Not quite! We need to start the if statement with the if keyword and make sure score is to the left of the < sign.