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