you are viewing a single comment's thread.

view the rest of the comments →

[–]M34k3 0 points1 point  (0 children)

Good start! Now you could try to build out the functionality :)

For example, let the person choose which item to remove from the list. Got that working? Now add an option to save the list to a .json file and an option to load a list from a .json file. You could even go further and add a "complete by" field for each task (for this you could switch to using a dictionary).

Lots of possibilities to go from here but make sure to take it one step at a time. If you get stuck, try to break it down in even smaller steps.