Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

BroadJump

Simple Python project with model.py.

Description

This repository contains the main script model.py.

Model

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.

Inputs

  • height: Athlete height in centimeters (float). Example: 165.

Output

  • Estimated broad jump distance in meters (float).

Requirements

  • Python 3.10+

Setup (Windows)

  1. Create and activate a virtual environment:
python -m venv venv
venv\\Scripts\\activate

Usage

Run the main script:

py -3.10 model.py
# or
python model.py

Files

  • model.py: Main script

Contributing

Open an issue or a pull request.

License

Specify a license or leave as-is.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages