Python脚本在Linux上怎么运行

2025-06-20 19:31:06
推荐回答(2个)
回答1:

先安装Python,一般linux都会默认安装好,然后执行python 脚本.py

回答2:

python test.py

就这样运行。