I am saving text in a DB with a Console application on Windows and have the prompt to enter text
entry=(input('Enter note: '))
I want it to support newlines, and therefore make the end entry Ctrl+Enter instead of just Return. Is there a way to do this in the console?
The suggested question does not answer how to end text entry with Ctrl+Enter. Instead it only provides Ctrl+Z as how to end text input