小练习 1、执行Python脚本的两种方式 python a.py直接调用python脚本,第一行要有#!/usr/bin/env python ./a.py调用python 解释器来调用python脚本 2 … Continue reading 小练习