Quiz Question 1 of 5
Which of the following logical expressions will evaluate to False
?
a = 4
b = 10
result = (a == 4 and b > 5) or not (b <= 10)
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.