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 todo list in Add the todo list in the category. The categories being grocery, selfcare, cleaning, school. Ask if they want to add any more tasks. And if they do use a function called defrepeat, which will repeat this and rd 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 todo 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 todo list by adding a function called defshowTodoList that will print the entire todo 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
