Now we'll check if is_strong is True, and by using the and operator, we'll check if is_verified is True too.
is_strong
True
and
is_verified
Make sure to pick == followed by True and then and, is_verified, ==, True.
==