4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills
Difficulty
beginnerRepository
Click to openVideo
Not available
Live demo
Not available
Average duration
8 hrs
Technologies
Create a TODO list application that allows users to add and delete tasks from the command line.
a) Use gitpod: open this link in your browser to clone it with gitpod: https://gitpod.io#https://github.com/breatheco-de/exercise-todo-list-cli b) You can clone this repository on your local computer:
1$ git clone https://github.com/breatheco-de/exercise-todo-list-cli
$ python3 test.py
.$ python3 app.py
.These are the functions you will have to implement:
1def add_one_task(title): 2def print_list(): 3def delete_task(number_to_delete): 4def save_todos(): 5def load_todos():
todos.csv
filetodos.csv
file4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills
Difficulty
beginnerRepository
Click to openVideo
Not available
Live demo
Not available
Average duration
8 hrs
Technologies