View Single Post
Old 04-18-10, 08:35 AM   #551
reaper7
sim2reality
 
Join Date: Jun 2007
Location: AM 82
Posts: 2,280
Downloads: 258
Uploads: 30
Default

Quote:
Originally Posted by Captain von Keldunk View Post
faren = input("Enter a temperature ") * 9.0 / 5 + 32
print "That degrees converts to",faren
if faren > 212:
print "Steam"
elif faren > 112:
print "Very Hot Water"
elif faren > 32:
print "Water"
else:
print "Ice"
print "Program completed"
Ah Ok, So it is an Else IF Staement. Cheers
reaper7 is offline   Reply With Quote