I want to run a Python script in Terminal, but I don't know how? I already have a saved file called gameover.py in the directory "/User/luca/Documents/python".
You need python installed on your system. Then you can run this in the terminal in the correct directory:
python gameover.py
2.1m questions
2.1m answers
60 comments
57.0k users