Assignments
These are assignments used to show what each unit was about.
Assignment 1
The task was to ask the user for their name and random words. Those words are put in spots in sentences to make a silly story.
Assignment 2
In this assignment, the user is asked to enter the values for sides A, B, C, D, and E of an irregularly shaped room. The total room area is calculated and printed.
Assignment 3
For this program, if statements, user input, and random numbers were used to create a basic chatbot that helps people pick out their fashion preferences.
Assignment 4
This program asks a user how many numbers they would like to check and then using a for loop, prompts the user for a number, and outputs if that number is divisible by 3 or not, continuing as many times as the user indicated.
Assignment 5
In this assignment, we used Earsketch to make a ringtone with Python code.
Assignment 6
In this assignment, we had to create an animated scene that told a story and this scene was about the calmness of life.
Assignment 7
In this assignment, we had to create a calendar program that either showed the number of days in the given month or calculated the number of days passed in the given year.