Exercise: Logical operators - and II

Complete the code to check if both the sum and the product of num1 and num2 are less than 50. Use the Logical Operator and to assess the two conditions.
Python
Setting up Python environment...
Output