Header Ads

Header ADS

celsius to fahrenheit program in python

সেলসিয়াস থেকে ফারেনহাইট রূপান্তর করার পাইথন প্রোগ্রাম।



      Celsius = float(input("Celsius  Value : ="))
      Fahrenheit = (Celsius * 1.8) + 32
      print("Fahrenheit  : =",Fahrenheit )





No comments

Theme images by harmatoslabu. Powered by Blogger.