Skip to content

bobbyhadz/python-remove-max-and-min-numbers-from-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

The Python code is in the main.py file.

To be able to run the code, follow these instructions:

  1. Clone the GitHub repository with the git clone command.
  2. Open your terminal in the project's root directory.
  3. Optionally, create a virtual environment.
  4. Install the Python modules.
pip install -r requirements.txt
  1. To run the code, issue the python main.py command.
python main.py