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

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

Question 6: CSV|Chart

You are the manager of a small bakery, and you want to analyze the weekly sales of your baked goods. The bakery sells five types of items: Bread, Cakes, Muffins,…...

Question 9: Variables

Write a Python program to display details about a student’s school life. Create a variable called student_name and assign it the student’s name (e.g., "Alex"). Create a variable called school_name…...
Write what you are looking for, and press enter to begin your search!