filmov
tv
Celsius to Fahrenheit | converter in python | python programming | coder #python | python3 #shorts

Показать описание
Create a function which will accept
temperature in Celsius and return
output in Fahrenheit
code:
def Cel_To_Fah(n):
return(n*1.8)+32
n=20
print("Fahrenheit is: ",int(Cel_To_Fah(n)))
output:
Fahrenheit is: 68
#softwareengineer #pythonlearning #computerscience #coder #phyton #python3 #pythoncode #pythonprogramming
temperature in Celsius and return
output in Fahrenheit
code:
def Cel_To_Fah(n):
return(n*1.8)+32
n=20
print("Fahrenheit is: ",int(Cel_To_Fah(n)))
output:
Fahrenheit is: 68
#softwareengineer #pythonlearning #computerscience #coder #phyton #python3 #pythoncode #pythonprogramming