Cs Project
Cs Project
SCHOOL
Shri Narayan Ashram,Shivkuti, Prayagraj-211004
Harsh Kushwaha
SHRI MAHAPRABHU PUBLIC SCHOOL
17/03/2025
CONTENTS
if choice == '1':
print("\n--- Your To-Do List ---" if todo_list else
"\nYour To-Do List is empty!")
for i, task in enumerate(todo_list, start=1):
print(f"{i}. {task['name']} - {'Completed' if
task['completed'] else 'Not Completed'} - Deadline:
{task.get('deadline', 'No deadline')}")
else:
print("\nInvalid choice. Please choose 1-5.
OUTPUT OF SOURCE CODE
BIBLIOGRAPHY
●https://openai.com/chatgpt/
●www.google.com