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++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 4E: (List maintenance) a. Write a complete C++ program that can be used to update an ordered list of...
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr