Create a simple to do list tracker and print the list at the end of the day in sequential order using python in jupyter lab notebook
Allows the user to enter their list, add, update and delete the items from the list
Use of array commands
Use of if-else statement and while loop to create this project