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…...
Question 10: Variables
Write a Python program to display information about a person’s health and fitness routine. Create a variable called person_name and assign it the person’s name (e.g., "Jordan"). Create a variable…...
Question 8: Variables
Write a Python program to display details about the popular game Minecraft. Create a variable called game_name and assign it the name of the game (e.g., "Minecraft"). Create a variable…...
Question 7: Variables
Write a Python program to display fun details about the cartoon characters Tom and Jerry. Create a variable called tom and assign it the type of animal Tom is (e.g.,…...
Question 5: Variables
Write a Python program to display information about a child’s favorite fruit. Create a variable called fruit_name and assign it the name of the fruit (e.g., "mango"). Create a variable…...
Question 6: Variables
Write a Python program to display information about a planet in the solar system. Create a variable called planet_name and assign it the name of a planet (e.g., "Mars"). Create…...
Question 4: Variables
Write a Python program to display information about a child’s favorite animal. Create a variable called animal_name and assign it the name of the animal (e.g., "elephant"). Create a variable…...
Question 2: Variables
Write a Python program to display information about a car and its fuel efficiency. Create a variable called car_model and assign it a car model name (e.g., "Toyota Corolla"). Create…...