ChatBot: I practiced defining variables and learned to use the input function to get user's input to create a ChatBot program.
Magic 8 Ball: I learned how to use the if-else statement to create the Magic 8 Ball with four possible responses, those being: Yes, Most Likely, Unlikely, and In your Dreams. The probability of each answer is 25%.
Simple Calculator: I learned how to create a simple calculator that supports addition, subtraction, multiplication, division, and exponentiation functions.Â
Ticket Pricing: I created a program that would determine ticket prices based on your age.
Clothing Based on the Weather: I created a program that would tell you what to wear based on the weather
Rock Paper Scissors: I created a program that would play the game Rock Paper Scissors with you