目录一、获取命令行参数1.sys.argv2.argparse二、最常用的输入输出1.print函数【输出】2.input函数【输入】三、sys包下的输入输出1.sys.stdin2.sys.stdout四、命令行脚本的重定向1.重定向标准输出2.重定向标准输入前