27 May
27May

Source code :-

def farh(cel):     

           return (cel * (9/5))+32

celsius = int(input("Enter the celsius:"))

c = celsius

f = farh(c)

print("Fahrenheit Temperature is "+str(f))

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING