this is the link to go to my ChatBot and you can try it out too!
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 to use the if-else statement to create the Magic 8 ball with 4 possibilities: absolutaly, most likely, possibly, and in your dreams. the possibility of each response 25%.
Elif : We learned to make the code easier by shortening it with the Elif statement.
this code is a generator that can tell you what age category you are in for instance if you say you are 12 you will get child.
this is another generator that shows how much your movie ticket will be based on you age for instance if your age is 65 and over or 12 and under than your ticket will be $90!
Elif and If statements : Using elif and if we made some generated games that would ask you questions like what is the weather today and it would give you an answer like you should wear shorts and a t-shirt.Â