Complete specified functions with your team as fast as possible to beat out the competition!
Run tests via python -m unittest competition/test_code.py
- You can ask for help at any point in time.
- You must make one commit and push every time you implement a function. Commit messages must be detailed to the point of "implemented [function name]".
- You cannot rename any functions, change the tests, or create extra files. You can create helper functions and classes if that helps.
- You cannot import any packages that are not already imported.
- Your final script must pass all test cases running
make test
. - You cannot use AI to assist writing your code. Please disable co-pilot. You must write the code yourself.
- You can only reference Python documentation.
- You cannot use tools like LiveShare to simultaneously code on one computer, you must use GitHub.