Yes, that's the order that makes sense!
Let's start with the if statement and then print out Less than 100! if the condition is True. Else, we'll print out Bigger than 100!.
Less than 100!
True
Bigger than 100!