The Distance Travelled repository provides a Python program that calculates the distance based on speed and time. This simple program is ideal for beginners learning how to work with basic physics formulas and user input handling in Python. It helps users understand how to apply mathematical calculations to real-world scenarios.
- 🧮 Calculates distance using the formula
Distance = Speed × Time
. - 🏃♂️ Handles user input for speed and time.
- 🎓 Ideal for learning basic Python and mathematical operations.
To get started:
# Clone the repository
git clone https://github.com/imDarshanGK/Distance-travelled.git
Contributions are welcome! Follow these steps:
# Fork the repository on GitHub
# Clone your forked repository
git clone https://github.com/your-username/Distance-travelled.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