How to run a Python script

1. Open your command line interface (CLI).

2. Navigate to the directory containing your Python script.

3. Type the command python followed by the name of your script.

4. Press Enter to run your script.

5. If you need to pass arguments to your script, type the command python followed by the name of your script and the arguments.

6. Press Enter to run your script with the arguments.