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 14: Input 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 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 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…...