You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Working with functions in a class. When the program starts, load each "row" of data in "ToDoToDoList.txt" into a python Dictionary. Add the each dictionary "row" to a python list "table"
About
In this assignment we are tasked with importing data from a to-do list and then manipulating the data several different ways including adding new tasks and deleting existing tasks. This is achieved using a while loop with 5 different options: show current data, add a new item, remove an existing item, save data to a file, and exiting the program.…