This was the first program that I created from scratch, in the very beginning of the school year.
This project was to show our skills in the basics of Python that we had learned, including For Loops, Functions, and Comments. We were tasked to create a "maze" and have Karel (the digital dog that was used to teach us the basics of python) navigate the maze using those programming structures.
My final project for this class was my Create Task for the AP Exam.
For my create task, I created a program that helps the user declutter. It has the user choose an item, and then asks a series of questions about the item to determine if it should be kept, donated, or thrown away. At the end of the user's decluttering, the app reminds them of which items they have chosen to keep, donate, and throw away.
I used For Loops, While Loops, If/Elif/Else Statements, and more in this program.