Python - Conditional Statements
Which of these is the correct syntax for an elif statement in Python?
if x > 10:
print("Big")
____ x > 5:
print("Medium")
else:
print("Small")Which of these is the correct syntax for an elif statement in Python?
if x > 10:
print("Big")
____ x > 5:
print("Medium")
else:
print("Small")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions