On this page, you will find all the lessons that were done on Google Colab. After I learned from the teacher, I did my own on Google Colab.
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 to use the if-else statement to create a Magic 8 Ball with four possible responses: yes, most likely, unlikely, and no. The probability of each answer is 25%.
Simple Calculator: I learned how to use the if-elif statement and created a calculator to solve addition, subtraction, multiplication, division, and exponents.
Letter Grade Based On Score: Using the if-elif statement, I wrote code to determine a letter grade based on a number score.
Number Guessing Game: I wrote a program to choose a number from 1 to 20 and the user needs to guess it.
Day of The Week: I wrote a program to determine what day of the week it is.
Ticket Price Decider: This program decides how expensive a ticket will be based off your age.