Code | Points | Description |
---|---|---|
A1 | 2 | Submission is zip containing q1.py and q2.py |
A2 | 2 | Zip is named after uni, unzips to folder with uni-hw2 |
A3 | 2 | q1.py is normal python file |
A4 | 2 | q2.py is normal python file |
A5 | 2 | q1/q2 have comments |
Each one all-or-nothing
Code | Points | Description |
---|---|---|
B1 | 5 | Valid Python |
B2 | 5 | Good Style Python |
B3 | 10 | Test case |
B4 | 5 | Effort |
Style and Effort: Python code is clean and well structured, no superfluous content, no dead code, no debugging steps, no excessive steps or printing, etc.
a,1\nb,2\nc,3\n\n
, 10\n
, a\nb\nc\n\n
10
(1)20
(1)30
(1)Code | Points | Description |
---|---|---|
C1 | 5 | Valid Python |
C2 | 5 | Good Style Python |
C3 | 10 | Test case |
C4 | 5 | Effort |
Can either print result or return result.
Style and Effort: Python code is clean and well structured, no superfluous content, no dead code, no debugging steps, no excessive steps or printing, etc.
the quick, brown fox jumped over the lazy dog.
the,quick,dog
*** *****, brown fox jumped over *** lazy ***.
Grading:
*
when replacing (2),
and .
respected in output (2)