We use the variable in the condition to decide whether or not the loop should run its code block. For example, keep_going == True.
keep_going == True
Make sure to pick keep_going, followed by ==, and finally True.
keep_going
==
True