Python代写-INFO1112 2020 Assignment 1
2020-10-15
The assignment will be marked with an automatic testing system on Ed as well as
manual inspection by a tutor. An automatic mark will be given based on the
number of tests passed (10%) and a manual mark will be given for overall style,
quality, readability, etc (5%). You are expected to write your own tests and submit
them with your code, and a mark will be given based on coverage and manual
inspection of your tests (5%).
There will be public test cases made available for you to test against, but there will
also be extra non-public tests used for marking. Success with the public tests
doesn't guarantee your program will pass the private tests.