We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python -m code
runs a REPL which supports editing, moving with arrow keys, history, etc. But
python -m sqlite3
do not supports this.
The sqlite3 module should do the same what the code module does.
sqlite3
code
Status