filmov
tv
Convert Celsius To Fahrenheit Using Python ||Python Series ||Tech Rahaman

Показать описание
#python #english #automation #interview #rahaman
Program3:
# change this value for a different result
celsius = 40
# calculate fahrenheit
fahrenheit = (celsius * 1.8) + 32
print("For celsius: {} value, the fahrenheit value is: {} ".format(celsius,fahrenheit))
Program3:
# change this value for a different result
celsius = 40
# calculate fahrenheit
fahrenheit = (celsius * 1.8) + 32
print("For celsius: {} value, the fahrenheit value is: {} ".format(celsius,fahrenheit))