run main python in cmd windows 10 code example
Example: how to run python file from cmd
// To run pytho script from CMD
// type python and the name of the file. Assuming hello.py
python hello.py
// To run pytho script from CMD
// type python and the name of the file. Assuming hello.py
python hello.py