Nice! The while loop will execute a set of lines as long as the condition in parentheses returns true.
true
Make sure you're starting with ( and ending with ).
(
)