Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!