You have turned-in this assignment. You can review the lesson and see your previous answers.

Starter Quiz

Question 1 of 6
1 of 6

What will be the output when this program is run?
1234567
num1 = 5 num2 = 10 if num1 < 6 and num2 > 8: print("That is True") else: print("That is False")
Code colour

Select one answer