How do we know the while loop skips its code block?
while
is_loading
False
True
The is_loading variable in the condition is set to False.