python3
python3 命令 - Python 3解释器
Python 3解释器
其他

⌨️ 命令语法

python3 [选项] [脚本]

⚙️ 常用参数

-m运行模块

💡 实战示例

  • $ python3 script.py
    运行Python3脚本

🔗 相关命令