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…...

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…...

Question 9: CSV|Chart

You are a school administrator tracking weekly attendance for five classes: Math, Science, English, History, and PE. Input the weekly attendance for each class, display the data in a table,…...

Question 8: CSV|Chart

You manage a bookstore and want to analyze weekly sales for five categories: Fiction, Non-fiction, Comics, Magazines, and Textbooks. Input the weekly sales for each category, display the data in…...

Question 7: CSV|Chart

You are a gym manager tracking weekly attendance for five fitness classes: Yoga, Zumba, Pilates, Spin, and CrossFit. Input the weekly attendance for each class, display the data in a…...
Write what you are looking for, and press enter to begin your search!