Program to convert celsius to fahrenheit in python

 celsius=float(input("Enter temperature in celsius"))

fahrenheit = (celsius*(9/5))+32

print("%0.2f degree celsius is %0.2f degree fahrenheit"%(celsius,fahrenheit))


Comments

Popular posts from this blog

Data Science Matplotlib Library Data Visualization, ASSIGNMENT - 6, GO_STP_8113