CS 2120 Activity 2 Marking Scheme Student Name: Student Number: TA Name: [5 marks total] General: [1 mark] Program runs without errors. While loop: [1 mark] The while loop is implemented correctly within a function called intsum(n) Output: [1 mark] The function is called and the output is correct and printed Table: [1 mark] The trace table is included in the submission [1 mark] The table has the correct values corresponding to the function call intsum(10) Bonus: [1 mark] The table is generated automatically (i.e. values not manually typed in) and printed as output from the python script (i.e. using tabulate or similar).