Hello!
I'm trying to execute a simple script in the command line, and for some reason, it's not working. Shouldn't it be as simple as this?
python myscript.py
And yet when I try that, I get "Syntax Error: invalid syntax"
I've googled around, read through the docs--I have a feeling that this is probably something silly/small. Any help?
Thanks!