On this page, you will find all the lessons that were done on Google Colab. After students learned and practiced Python concepts on Codersters, 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: students learned to use the if-else statement to create the Magic 8 Ball with four possible responses: absolutely, most likely, possibly, and in your dream. The probability of each answer is 25%.
Day of the Week: in this lesson, students learn how to input a integer, and get feedback from the computer.
Age Categorizing: in this lesson, students learn how to input a integer, and get feedback from the computer.
Random Number Generator: in this lesson, students learn how to generate random numbers and input a guess to the random number, providing the answer with either, "Too high, "Too low,"You guessed the number."