Question 14: Personal Project
đź§ 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…...
Question 13: Music Player
🎶 Your Music Player Tracker Create a fun and interactive music player where users can: Choose music based on their current mood Click a button to play a song (via…...
Question 22: 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…...
Question 26: If Elif Else
Write a Python program to determine if a car is moving at a safe speed using distance and time. Instructions: Ask the user for the car’s name and store it…...
Question 25: If Elif Else
Write a Python program to determine if a water pump system is operating within safe limits based on pressure, flow rate, and pipe diameter. Instructions: Ask the user for the…...
Question 21: Operators
Noah is organizing a charity event. He spent $400 on venue rental, $250 on food, $180 on decorations, $220 on entertainment, and $150 on promotional materials. Write a Python program…...
Question 19: Operators
Emma is planning a wedding reception. She spent $500 on venue rental, $300 on catering, $150 on decorations, $200 on photography, and $100 on music. Write a Python program to…...
Question 18: Operators
Liam is organizing a graduation party. He bought chairs for $120, food for $250, drinks for $80, and a sound system for $150. Write a Python program to calculate the…...
Question 12: Employee Payroll
Employee Payroll Management System Imagine you are developing a Payroll Management System for a small company to help HR track employee salaries efficiently. The company needs a structured way to…...
Question 18: Lists+
Classroom Attendance Manager App Imagine you’re building an app for a teacher to manage classroom attendance. The app will allow the teacher to record student attendance, update attendance lists, and…...
Question 17: Lists+
Library Book Manager App Imagine you’re designing an app for a small library to manage its collection of books. Library staff need to organize books, update the catalog, and keep…...
Question 16: Lists+
Grocery Shopping App You’re tasked with creating a Grocery Shopping App for users to plan and manage their grocery lists efficiently. Imagine a user who wants to streamline their grocery…...
Question 10: CSV|Chart
You are the manager of a coffee shop tracking weekly sales for five popular beverages: Espresso, Cappuccino, Latte, Mocha, and Americano. Input the weekly sales for each beverage, display the…...