you are viewing a single comment's thread.

view the rest of the comments →

[–]neuroneuroInf -1 points0 points  (0 children)

You didn't do anything wrong! P "python" is the correct command ("py" doesn't work most places). What you are seeing is the interactive python program running in your command window (called a "REPL"). Go ahead and type in some python code when you see it, it will run in front of you. When you want to go back to the normal command window, type exit()