CDChikwunda David chisomindavychis.hashnode.dev·Jan 19, 2024 · 1 min readAssignment 3Create a to-do davychis_todo_list=['wake up', 'pray','brush teeth','clean' ,'wash', 'eat','bath','binge watch','read'] davychis_todo_list[6]= 'cook' print(davychis) #output: ['wake up', 'pray', 'brush teeth', 'clean', 'wash', 'eat', 'cook', 'binge wa...00