This Python project calculates the Euclidean distance between two points based on the coordinates entered by the user.
- User input for coordinates
- Euclidean distance calculation
- Invalid input handling
- Option to recalculate
-
Clone the repository:
git clone https://github.com/Busradeveci/new_python.git cd new_python
-
Run the Python file:
python Euclidean\ Distance.py
Enter x1: 3
Enter y1: 4
Enter x2: 7
Enter y2: 1
The Euclidean distance between the points is: 5.00
To contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit
- Push to your branch:
git push origin feature/your-feature
- Create a pull request