# -*- coding: utf8 -*- import argparse #ArgumentParser.add_argument(name or flags-[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest]) #action:默认是store:保存值到参数名中;store_const:值存放在const中;store_true和store_fal…