...> in powershell

Hi, I did something in powershell where I will run a command and instead of executing it, the next line becomes “…>”. I’m working on a laptop and don’t have a key. What did I do and how can I stop this? Thanks!

You might have the python interpreter running. This happens when you just run python and nothing else.

Try Ctrl-C or typing exit() and see if that fixes it.

Ctl C worked! Thanks!

btw, I don’t have python running. i was doing a command in sqlite3

Sounds like you forgot the closing ; after the last sqlite command.