Python - Conditional Statements
Find the error in this elif ladder code:
num = 10
if num < 5:
print("Small")
elif num > 5
print("Big")
else:
print("Medium")Find the error in this elif ladder code:
num = 10
if num < 5:
print("Small")
elif num > 5
print("Big")
else:
print("Medium")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions