My project is a to-do list using a Python list. Get a choice from a user and performs based on the user's input.
My project is a to-do list using Python. After running the code, it shows the user's choices and the user has to select any of the choices.
The choices are:
if the user enters '1':it will show the existing to-do list to the user.
if the user enters '2':it will get the input(work) from the user and add it to the existing list and displaying it.
if the user enters '3':it will get the input from the user that going to be deleted. After removing the element it will print the new Todo list.
Submitted by Mohamed Riyaz z (Mdriyaz)
Download packets of source code on Coders Packet
Comments