Header Ads

Header ADS

The python program of the area of the triangle।

ত্রিভুজের ক্ষেত্রফল নির্ণয়ের পাইথন প্রোগ্রাম। 

           
                        base = int(input("Base = "))
                        hight = int(input("Hight = "))
                        area = 0.5*base*hight
                        print("Traingle Area Is := ",area)


No comments

Theme images by harmatoslabu. Powered by Blogger.