python 主函数传参数

import sys

if __name__=="__main__":
	print(sys.argv[2])

命令行结果:

你可能感兴趣的:(python 主函数传参数)