Question: Write a program using python language Question: Implement a system to take notes. Each note has: Title. (mandatory) Content. Labels. (0 or more) The user
Write a program using python language
Question:
Implement a system to take notes.
Each note has: Title. (mandatory) Content. Labels. (0 or more)
The user can CRUD notes, where: C: create. R: list title of notes; and, show one note. U: update one note. D: remove one note. Use the title as the identifier of a note. This means that the title must be unique!
TUI: Display a menu with CRUD operations. Allow the user to perform the operations in a cyclic way.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
