Python assignment Exercise 2: Simple to-do list Create a simple to-do list using a list. Make sure the code contains the following actions as listed below: add a task to the to-do list with append()  add a task to the to-do list with an input()  print the number of tasks in the to-do list  remove the first task of the to-do list  remove a specific task of the to-do list  tell the user that if he/she has less than 4 tasks on the to-do list she has time to do more  tell the user that if he/she has more or equal than 6 items she has no room to do more tasks

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 1TF
icon
Related questions
Question

Python assignment

Exercise 2: Simple to-do list

Create a simple to-do list using a list. Make sure the code contains the following actions as listed below:

  1. add a task to the to-do list with append() 
  2. add a task to the to-do list with an input() 
  3. print the number of tasks in the to-do list 
  4. remove the first task of the to-do list 
  5. remove a specific task of the to-do list 
  6. tell the user that if he/she has less than 4 tasks on the to-do list she has time to do more 
  7. tell the user that if he/she has more or equal than 6 items she has no room to do more tasks 
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning