python recognised in cmd but not working code example
Example: python is not recognized as an internal or external command when running script
If when executing the python program you get this error, simply replace the word "python" with "py"
Instead of python first.py
Write py first.py