A simple python program helping user to maintain to do list.
User can perform the following operations in the to do list:
- Add a new item.
- View Items in the list.
- Mark an item as Done.
- View Items in the Completed List(Mark as Done items list).
- Exit from the interface.