Assignment 3
Create 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...
Jan 19, 20241 min read