109 Python Problems for CCPS 109

PythonProblems

This repository contains the problem specifications, the automated tester and the necessary data files for the graded lab problems for the course CCPS 109 Computer Science I, as taught by Ilkka Kokkarinen for the Chang School of Continuing Education, Ryerson University, Toronto, Canada.

Write all your functions one by one into the same file labs109.py so that the acceptance tester script tester109.py can find them. This tester will execute the automated acceptance tests precisely for the functions implemented in labs109.py. The acceptance tester gives each implemented function a large number of pseudorandomly generated test cases, and computes a checksum from the answers that your function returns. This checksum is compared to the checksum computed from the instructor’s private model solution. The function passes the

 

 

 

To finish reading, please visit source site