https://github.com/imdarshangk/area-of-triangle
The Area of Triangle repository provides a Python program that calculates the area of a triangle.
https://github.com/imdarshangk/area-of-triangle
python triangle
Last synced: 3 months ago
JSON representation
The Area of Triangle repository provides a Python program that calculates the area of a triangle.
- Host: GitHub
- URL: https://github.com/imdarshangk/area-of-triangle
- Owner: imDarshanGK
- Created: 2023-02-11T16:58:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T05:54:19.000Z (10 months ago)
- Last Synced: 2024-12-12T06:29:41.757Z (10 months ago)
- Topics: python, triangle
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Area of Triangle 📐
## Overview 📝
The **Area of Triangle** repository contains a Python program to calculate the area of a triangle based on the base and height. This project is great for beginners to understand how to use user input for mathematical calculations and apply basic geometry principles in Python.
## Features ⚡
- 🧮 Calculates the area of a triangle using the formula `Area = 1/2 × base × height`.
- 🎓 Ideal for beginners learning Python and basic geometry.## Installation and Usage 🏃♂️
To get started:
```bash
# Clone the repository
git clone https://github.com/imDarshanGK/Area-of-triangle.git
```Contribution 🤝
Contributions are welcome! Follow these steps:```
# Fork the repository on GitHub# Clone your forked repository
git clone https://github.com/your-username/Area-of-triangle.git# Create a new branch for your feature or fix
git checkout -b feature-name# Make your changes and commit them
git commit -m "Add feature or fix description"# Push to the branch
git push origin feature-name# Open a pull request on GitHub
```