Python
Python
What is the result of the following Boolean expression, if x equals 5, y equals 3, and z equals 8? x < y or z > x
What is the result of the following Boolean expression, if x equals 5, y equals 3, and z equals 8? x < y or z > x
What is the result of the following Boolean expression, if x equals 5, y equals 3, and z equals 8?
x < y or z > x
Answer: True
Learn More :