News

it is created by me. Contribute to Gkbdc01/my_python_programming development by creating an account on GitHub.
Heron's Formula Calculator A simple webapp to calculate area of a triangle using Heron's formula made using Flask and MySQL. This is made because I was too lazy to do all the calculations on a ...
Heron’s Formula: Area of Scalene Triangle Area of a triangle where all 3 sides have different measures, can be calculated using Heron’s formula. Heron’s formula A = √s(s-a)(s-b)(s-c) ...