Magic 8 Ball: we learned how to create the Magic 8 ball with 4 possible responses: absolutely, most likely, possibly, and in your dreams. The probability of each repsonse is 25%.
ChatBot: We practiced defining variables and we learned to use the input function to get user's input to create a ChatBot program.
This link takes you to my ChatBot you can try it to!
If-elif: We learned how to make codes easier with the if-elif statement because it creates more options and indents, and this is less confusing.
If-elif: Below this classifies a persons age based on the category their age is in; child, teenage, adult, or senior.
If-elif: Today we did independent work and created games with the elif statement. I did the simple calculator and the weather clothes game.