Header Ads

Header ADS

fahrenheit to celsius program in python

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



            Fahrenheit = float(input("Fahrenheit Value : = "))
            Celsius = ( Fahrenheit - 32 ) / 1.8
            print("Celsius : = ",Celsius)


No comments

Theme images by harmatoslabu. Powered by Blogger.