COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 0 forks source link

14 add remove due date function #38

Open LongNguyenThanhLe opened 5 hours ago

LongNguyenThanhLe commented 5 hours ago

To implement the function remove_due_date that removes the due date from a task, I follow a similar structure to add_task_date method. Check if the task is stored as a tuple (task name and due date), and if so, convert it back to just the task name (a string).