ChatBot: We practiced defining variables and learned to use the input function to get user's input for a ChatBot program.
Magic8Ball: We learned to use the if-else statement to create the Magic8Ball with 4 possible responses in python. This responses include: absolutely, most-likely, possibly, and in your dreams.
Absolutely....................NOOOOOOOOOO!
Simple Calculator: Create a simple caculator that performs addition, subtraction, multiplication, or division based on user input.
Age Category: Write a program that classifies a person's age into categories like child, teenager, adult, or senior.
Ticket Pricing: Create a program that determines the price of a movie ticket based on the users' age.
Day of the Week: Write a program that takes a number representing the day of the week (1 for Monday, 2 for Tuesday, etc.) and prints the corresponding day.
Weather Clothing Advice: Create a program that suggests appropriate clothing based on the weather conditions inputed from the user.
Number Guessing Game: Write a program to randomly select a secret number between 1 and 20, and the player has to guess the number.Â
Rock Paper Scissors: The player enters their choice (rock, paper, or scissors), and the computer randomly selects its choice. The program then determines the winner based on the rock-paper-scissors rules.