Question 22: List Buses
Bus Stop Names Scenario:The city bus passes through three main stops in this order: 'Market', 'School', 'Hospital'. Task:Write a Python program to manage this route: Create a list bus_stops with…...
Question 21: List Pets
Pet Name List Scenario:A family has three pets at home: 'dog', 'cat', and 'rabbit'. They just adopted a new pet. Task:Write a Python program that: Creates a list named pets…...
Question 20: List Supplies
1. School Supplies Tracker Scenario:A student named David is preparing for the new school term. He has a few items already in his bag: 'notebook', 'pen', and 'eraser'. Task:Write a…...
Question 31: If ATM
Simple ATM Program Write a Python program that acts like a simple ATM machine.The program should: Start with an account balance of $1,000. Show a menu with three options: Deposit…...
Question 19: List Fruits
Fruit Basket ProgramLara is preparing a fruit basket for her family’s picnic. She starts with a list of fruits she already has at home: 'apple', 'mango', and 'banana'. She wants…...
Question 23: Balloons
Write a Python program to find out how many balloons a child has left after giving some away. Start by asking for the child’s name and store it in a…...
Question 14: Input Party Supplies
Scenario: Party Supplies Organizer Emma is organizing a picnic and needs to prepare picnic baskets. Each picnic basket will contain sandwiches, drinks, and snacks. Write a Python program to calculate…...
Question 30: If Elif Else Budget Planner
Exercise: Enhanced Monthly Budget Planner Objective: Create a simple monthly budget planner that helps users track their income and expenses. Steps: User Information: Ask the user for their name and…...
Question 29: If Elif Else Amusement
🎢 Amusement Park Budget Planner Write a Python program to help a child plan their visit to an amusement park. 📝 Instructions: Ask for the child’s name and store it…...
Question 28: If Elif Else Reading
📚 Study Time Tracker (Using Division) Write a Python program to check how focused a student was based on how many minutes they studied and how many subjects they covered.…...
Question 22: Operators Birthday
🎈 Birthday Party Treats Mishael is preparing goody bags for his birthday party. Each goody bag will have 3 candies, 2 balloons, and 1 toy. He is making 10 goody…...
Question 13: Input Pencils
Write a Python program to find out how many pencils a child has in total. Start by asking for the child’s name and store it in a variable called name.…...
Question 21: Operators
Write a Python program to find out how many candies a child has left after sharing some with friends. Start by asking for the child’s name and store it in…...
Question 10: Variables – Revision
📝 Classwork: Understanding Basic Python Concepts Instructions: Answer the questions below based on what you’ve learned in the class activity. Write your answers in a Python file or directly…...
Question 12: Quiz Input
Project: Fun Kids’ Quiz Game Write a Python program to create a simple quiz game for kids. Start by asking for the child’s name and store it in a variable…...
Question 27: If Elif Else
Write a Python program to check if a water tank is full, half-full, or empty based on the water level and tank capacity. Instructions: Ask the user for the tank’s…...