Skip to content

4061CEM-2021OCTJAN/Coding_V6

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Programming Test for 4062 v6

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.

THERE IS NO NEED TO MODIFY THE UNITTESTS. If you do change them, ensure you put the code back to the original version before submitting the answers. You can do this with git checkout test_cases.py

Requirements

You will need to install pytest to run the unittests

$ pip install pytest

Or you may need

$ pip3 install pytest

Running the tests

To run the tests use

pytest -v

Running the Code

You can run the code with

python3 FixMe.py

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

About

Version 6 of the Coding task

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages