Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Programming Test for 4062 v5

Your task is to fix the code.

You will need to submit:

  • A Screenshot of the final code output
  • A Screenshot of the test cases passing
  • A copy of the changes you have made to the code.

Requirements

You will need to install pytest to run the unittests

$ pip install pytest

Running the tests

To run the tests use

pytest -v

Runing the Code

You can run the code with

python3 basicAlgs.py

You will need to include the output of the program in the report.