Homework 2 Rubric

Submission and Other (10 Points)

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

Part 1 (25 Points)

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.

Test Case

Part 2 (25 Points)

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.

Test Cases

Grading: