Centos7.2自带有python argparse模块吗?
命令行 Python 进入Python交互式命令行 help()进入帮助 modules查看都有哪些模块
2.7版本应该有import argparse
https://docs.python.org/2/howto/argparse.html