Python - Conditional Statements
Identify the error in this code:
temperature = 30
if temperature > 25:
print("Hot")
elif temperature > 15:
print("Warm")Identify the error in this code:
temperature = 30
if temperature > 25:
print("Hot")
elif temperature > 15:
print("Warm")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions