. Advertisement .
..3..
. Advertisement .
..4..
I am new to python. I need some suggestions on python argparse multiple values. Will you help me? Thank you!
Learn more about the add_argument method here https://docs.python.org/3/library/argparse.htmlArgumentParser.
add_argument
(name or flags…[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])
I recommend the following method would help
Anyone find the solution? I got it and that is a basic method
I’m guessing that this will work.
Here is the quick fix for this question