First, let's create the variable is_strong and assign it to True. Next, create is_verified and assign it to False.
is_strong
True
is_verified
False
Make sure to pick is_strong followed by = and then True, is_verified, =, False.
=