top of page

~Maths and Logic Fundamentals/Product Programming Skills (Area of a Triangle in Python)~

Writer's picture: ArchieArchie

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.

3 views0 comments

Recent Posts

See All

~Maths and Logic Fundamentals (Sine Rule)~

The Sine rule can be used with many different angle and side combinations when combined with the 180 degree rule and can be further...

Comments


bottom of page