1. الرئيسية
  2. /
  3. المدوّنة
  4. /
  5. Python Program to Convert Celsius To Fahrenheit
بايثون

Python Program to Convert Celsius To Fahrenheit

September 27, 2022 1 دقيقة قراءة 2,127
Python Program to Convert Celsius To Fahrenheit
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))
شارك المقال:
اقرأ أيضاً

مقالات ذات صلة