Make sure this while loop repeats its code block while is_electric is equal to True.
while
is_electric
True
Make sure to pick is_electric, followed by ==, and finally True:.
==
True: