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
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:
$ git clone https://github.com/breatheco-de/exercise-todo-list-cli
2.
+ You can test your code by typing: $ python3 test.py
.
+ You can run your code by typing: $ python3 app.py
.
These are the functions you will have to implement:
def add_one_task(title): def print_list(): def delete_task(number_to_delete): def save_todos(): def 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
All rights reserved, 4Geeks LLC 2021. Read more about 4Geeks and what we are going here.