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
Working with Dictionaries and Files - 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
Working with Dictionaries and Files - 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".