Python - Conditional Statements
Find the error in this code:
number = 10
if number > 5
print('Big number')number = 10
if number > 5
print('Big number')if statement syntaxif condition line.if number > 5, causing a syntax error.if condition [OK]if condition [OK]if15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions