python
python 命令 - Python解释器
Python解释器
其他

⌨️ 命令语法

python [选项] [脚本]

⚙️ 常用参数

-m运行模块
-c执行命令

💡 实战示例

  • $ python script.py
    运行Python脚本

🔗 相关命令