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

preview_player
Показать описание
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
Рекомендации по теме
visit shbcf.ru