Im brand new at python and am trying to teach myself through a book.
Im trying to run a very simple command but I keep on getting a syntax error.
If someone could take a look at it and tell me what im doing wrong I would greatly appreciate it. Im sure it something very simple...
So I have a document from Komodo named tinyscrip.py (yes, i know that script is spelt incorrectly- it was intentional). This is the error im getting.
% python -i tinyscrip.py
File "<stdin>", line 1
% python -i tinyscrip.py
^
SyntaxError: invalid syntax