On this page, you will find all the lessons that were done on Google Colab. After we learned and practiced Python concepts on Codesters, they would write code from scratch on Google Colab.
ChatBot: students 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 four different responses: absolutely, most likely, possibly, and in your dream.
Grader: We learned how to use the if / elif code by making a bot where when you put your name in, it gives you a grade. We also learned how to do the int code.
Simple Calculator: We built on the if/ elif code. The elif part was to look through the possible operators.