I recently installed Python for a really small project that I'm working on, so in an effort to see if pip is installed, I run the commands that the website tells me to.
C:> py -version
But for some reason I keep getting a Syntax Error instead of the version of Python I'm currently running.
File "<stdin>", line 1
C:> py --version
^
SyntaxError: invalid syntax
What am I doing wrong?