~Maths and Logic Fundamentals/Product Programming Skills (Area of a Triangle in Python)~
- Archie
- Apr 1, 2019
- 1 min read
In this lesson I made a program which gave you the area of a triangle after giving in the triangle's details.

Here, the program takes your information and stores it into two variables, base and height, and does the base/2 * height formula to get the area.
Comments