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

Added get_total_tasks method #43

Open Maryam1029 opened 5 hours ago

Maryam1029 commented 5 hours ago

Added get_total_tasks in todo.py and adjusted print_menu and main to properly implement it