الصفحة الرئيسيةpython Python Program to Convert Celsius To Fahrenheit يونيو 20, 2021 0 celsius = float(input("Enter value in celsius: ")) # calculate fahrenheit fahrenheit = (celsius * 1.8) + 32 print('%0.1f degree Celsius is equal to %0.1f degree Fahrenheit' %(celsius,fahrenheit)) Tags: python Facebook Twitter