0
How can I make a note-taking app in Python (NoteNinja Project)?
Hi everyone đ I'm creating a Python project called **NoteNinja** â a simple note-taking app that lets users write, save, and view notes. I want to: - Save notes to a file (like notes.txt) - View all saved notes - Delete or edit existing notes I'm using basic Python (no external libraries). Can anyone suggest how I can structure the code or improve it? Hereâs what Iâve tried so far:
2 Answers
+ 1
Show your code where you're facing problem or issues so that people will help you.
0
Your question will appear in the Discuss section, and other learners/developers can reply with help.



