All the assignments and tests will be in this repository.
git clone <this-repo>python -Vpython3 -m venv .venvImportant: check the correct way of activation depending on your shell. Consult here. (I use fish shell)
source .venv/bin/activate.fish
python -m pip install -r requirements.txtpython <program-name>.py