Answer to Question #254111 in Python for baby

Question #254111

write a program the temperature value is 25 C the output is 25.0C and 77.of and 298.0k in python


1
Expert's answer
2021-10-20T14:29:21-0400
temp = float(input())


print("temperature in celsiu : ",temp,'C')


print("temperature in fahrenheit : ",temp * 1.8 +32,'F')


print("temperature in Kelvin : ",temp + 273,'K')

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