Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Python program that will welcome the user. Ask what category the user wants to do the to - do list in . Add

Create a Python program that will welcome the user. Ask what category the user wants to do the to-do list in. Add the to-do list in the category. The categories being grocery, self-care, cleaning, school. Ask if they want to add any more tasks. And if they do, use a function called defrepeat, which will repeat this 2 and 3rd step. And if they don't want to add any tasks, which is false, ask if they want to delete any tasks. And if they do want to delete any tasks, create a function called defdelete. And then ask what category they want to delete from. Ask the number of the to-do list they want to delete it. And then delete the task. If they don't want to delete any tasks and it is false, then just show the to-do list by adding a function called defshowTodoList that will print the entire to-do list and then end the Python program.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions