Answer to Question #173255 in Python for Miza Luna

Question #173255

Write a program which prompts the user for a Celsius temperature, convert the temperature to Fahrenheit, and print out the converted temperature.


1
Expert's answer
2021-03-22T00:41:01-0400
temp1 = float(input('Enter temperature in celsius here'))
temp2 = 1.8 * temp1 + 32
print(temp2)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS