Python - Operators and Expression Evaluation
What is the error in the following code snippet?
if x > 10 or not y < 5
print("Check")if x > 10 or not y < 5
print("Check")if statement must end with a colon (:).if line.not and or is syntactically correct. The print statement is indented properly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions