Question: What will be displayed by the following code? temperature = 50 if temperature >= 100: print(too hot) elif temperature
What will be displayed by the following code? temperature = 50 if temperature >= 100: print("too hot") elif temperature
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
