Python - Conditional Statements
Find the error in this code snippet:
if not x > 10 or y < 5
print('Check passed')if not x > 10 or y < 5
print('Check passed')not and or is correct; indentation is not shown as wrong here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions