Buffer Day 2 - Practice Exam

Complete as much of the programming problem as you can during the 50-minute class period. Upload your code to the B02 Problem assignment on Canvas. Submissions are due at the end of class, but you’ll have a 5-minute grace period for late submissions.

Guidelines

I recommend developing your code in Thonny and testing frequently. Credit is awarded for each working task, so be sure to complete as much as possible and make sure the code you submit runs without errors, even if all tasks are not complete.

You may:

You may not:

Problem

A template with detailed instructions and pseudocode is provided in a Python file (B02.py) linked from the B02 Problem assignment on Canvas. Download that file (you may need to right click the link and select “Save As”, or similar), open it in Thonny, and follow the instructions to complete the program. Test your program as you go. When submitting your code, upload your .py file to Canvas.