Use == to code a condition that makes the text display if flight_mode_on is True.
==
flight_mode_on
True
Make sure to type flight_mode_on == True.
flight_mode_on == True