For what values, will this code fragment print “water”?
if temp < 32:
print (“ice”)
elif temp < 212:
print (“water”)
else:
print (“steam”)
Answers
Answered by
0
Answer:
print (“water") This will be your Answer
Similar questions
Physics,
3 months ago
Math,
3 months ago
Computer Science,
3 months ago
India Languages,
7 months ago
English,
7 months ago
Math,
1 year ago