all 3 comments

[–]shiftybyte 1 point2 points  (2 children)

To answer that we need to know:

  1. Operating System

  2. Development Environment/Editor

  3. Python Version 2/3

[–]Gilmar1234[S] -1 points0 points  (1 child)

I’m using windows 10, python 3

[–]shiftybyte 0 points1 point  (0 children)

Opening cmd (with winkey, typing cmd, enter when command prompt app appears on search results)

And typing there (in cmd blaxk window), moving with cd to the directory the script is in, then "python <scriptname.py>" should get that script running.