Nice work! This code will print "You need more points!" to the console anytime the score is less than 100.
"You need more points!"
score
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.
if
<