Exercise: Logical operators - and I

Use the Logical Operator and to combine the boolean values of x and y. Assign the result to the variable is_true.
Python
Setting up Python environment...
Output