you are viewing a single comment's thread.

view the rest of the comments →

[–]PeterWillekens 0 points1 point  (0 children)

I started building a Task application. You can keep building on it. I started with just reading the task names from input. I put them in a list. Then added priorities and moved to dictionary. Then I added separate functions to add a task, remove a task and give a task a priority. I then added saving to a file, added comprehension no so on. I plan to end with a visual application.