ChatBot: We practiced defining variables and learned to use the input function to get user's input to create a ChatBot program.
Magic 8 Ball: We learned how to use the if-else statement to create the Magic 8 Ball with 4 possible responses: Absolutely, Most Likely, Possibly, and In Your Dreams. The probability of each response is 25%. This is shown on the right. On the left, we learned to use the elif statement to create more possible responses: Absolutely, Most Likely, Likely, Possibly, Unlikely, and In Your Dreams.
Grade Sorting, Age Sorting, and Ticket Pricing: We learned how to assign a letter grade to a random numeric score (shown on the right). We also learned how to sort someone into a category based on their age. There are four categories: child, teen, adult, and senior (shown in the center). Lastly, we gave ticket discounts of 10% off for children (12 and under) and seniors (over 65).