Exercise: Get all customers from Kenya, get all orders after 2024.

  • Post author:
  • Post category:

Guided Exercise:đź§ľ “Get all customers from Kenya”🧾 “Get all orders after 2024”Step 1: Understand the ExerciseYou’re working with two tables:Customers — stores customer information.Orders — stores customer purchase details.You’ll write…

Continue ReadingExercise: Get all customers from Kenya, get all orders after 2024.

Practice Tasks

  • Post author:
  • Post category:

 Make a program that says your best friend’s name and their favorite game.Use f-strings to write:"My school is {school_name} and it has {number_of_students} students."Write a program that shows the price…

Continue ReadingPractice Tasks

Challenge for Student

  • Post author:
  • Post category:

Modify the calculator to also do modulus (%) (remainder).Add a power operator (**) to calculate exponents.Create a Kenyan version:Ask for the price of milk and bread.Use the calculator to add…

Continue ReadingChallenge for Student