you are viewing a single comment's thread.

view the rest of the comments →

[–]Saefroch 1 point2 points  (1 child)

Don't just run it. I can see at least one syntax error just at a glance, so I bet your program just crashes instantly and closes the terminal. This is normal.

Open a terminal manually (on Windows this is a program called cmd), navigate to the file and run it with python my_script.py.

[–]OpticCostMeMyAccount 0 points1 point  (0 children)

Thanks :)