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

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