Simple Python project with model.py.
This repository contains the main script model.py.
The project includes a simple model that calculates the distance of a straight broad jump.
Note: This model only accepts a single input: the athlete's height. model.py expects the height (in centimeters) and uses that value to estimate the broad jump distance, then prints or returns the result in meters.
- height: Athlete height in centimeters (float). Example:
165.
- Estimated broad jump distance in meters (float).
- Python 3.10+
- Create and activate a virtual environment:
python -m venv venv
venv\\Scripts\\activateRun the main script:
py -3.10 model.py
# or
python model.pymodel.py: Main script
Open an issue or a pull request.
Specify a license or leave as-is.