write a program to calculate area and perimeter of a Triangle with Base and height.
( base: 30 height:60 Area:900
Answers
Answered by
11
Answer- The above question is from the chapter 'Introduction to Python'.
Python-
Python is a simple programming language.
It has been created by Guido van Rossum and launched in 1991.
Its features make it easy to understand and this language is used a lot in the big companies and industries.
Given question: Write a program to calculate area and perimeter of a triangle with base and height.
(Base: 30 units ; Height: 60 units ; Area: 900 square units)
Answer: (See the following attachment.)
Attachments:
Similar questions