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 17: Fruits Plotly
š Ā Simple Fruit Store App Mr. Tee owns a small fruit market and sells 10 different fruits. He wants to keep daily records of how many fruits were sold. To…...
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 16: Medical Quiz
Quiz Name: Medical Awareness Quiz for Kids Key Steps to Code the Quiz App Import Libraries Create Next page Loading Function with Navigation Logic Design Start Page Develop Question Functions…...
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 15: Personal Project Building order
Ā Build Your Dream House ā Feature-Rich Version Ā š» Layout Suggestion (Streamlit) Use st.columns() to split categories into 5 columns for each section. Clicking a āBuild My Houseā button displays…...
Question 14: Personal Project Videohub
š§ Personal Project ASSESSMENT š Digital Library Tracker Show a list of PDF books or learning videos. When a student clicks “Read” or “Watch”, the app opens the file and…...