Aug-18-2020, 09:03 PM
Hi I'm just starting out to learn to code in Python. I'm a total noob. I'm learning using video tutorials.
At the end of each section in the tutorials there is a short quiz.
There is one question in the last quiz I took I was hoping someone here could help clarify.
The questions is:
Which condition evaluates to a true statement?
x = 5 < 7
x = 7 < 5
x = 7 > 5
x = 5 > 7
The correct answer is x = 7 > 5
But I don't understand why it couldn't also be x = 5 < 7
Thanks
At the end of each section in the tutorials there is a short quiz.
There is one question in the last quiz I took I was hoping someone here could help clarify.
The questions is:
Which condition evaluates to a true statement?
x = 5 < 7
x = 7 < 5
x = 7 > 5
x = 5 > 7
The correct answer is x = 7 > 5
But I don't understand why it couldn't also be x = 5 < 7
Thanks
