📌  相关文章
📜  运行脚本时,python 不被识别为内部或外部命令 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:23.229000             🧑  作者: Mango

代码示例2
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