python tool: list if user answers no
This commit is contained in:
parent
accc2433ca
commit
9e31b46e82
|
@ -89,5 +89,7 @@ while not (command == "quit" or command == "exit" or command == "q"):
|
|||
}
|
||||
data.insert(0, note)
|
||||
editnote(note)
|
||||
else:
|
||||
listnotes()
|
||||
|
||||
command = input("> ")
|
||||
|
|
Loading…
Reference in New Issue