Quiz Question 1 of 5
Given the following Python code, what is the output?
a = 7
b = 0
c = 5
if not (a < b or c > a) and c:
result = c
else:
result = a
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.