0 of 2 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 2 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Are you able to use booleans to compare two user inputted values?
Complete this boolean statement:
weather = input(“What’s the temperature today?”)
If weather (?) 38:
print(“That’s extremely hot! Stay indoors”)
Elif weather <= -3:
print(“That’s cold! Consider wearing warm clothes”)
Else:
print(“What a nice day!”)