Computer Science, asked by manulamba00, 6 months ago

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 AnshChandak
0

Answer:

print (“water") This will be your Answer

Similar questions