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
1
Answer:
For values from 32 to 211, the above code fragment will print "water".
Similar questions
Math,
2 months ago
English,
2 months ago
Math,
6 months ago
India Languages,
11 months ago
Science,
11 months ago