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