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?
1
2
3
4
5
6
7
num1 =
5
num2 =
10
if
num1 <
6
and
num2 >
8
: print(
"That is True"
)
else
: print(
"That is False"
)
Code colour
Select one answer
That is True
That is False
Need a hint?
Check