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