“argument argument argumentu” Kod odpowiedzi

argument argument argumentu

parser.add_argument("--list", nargs="+", default=["a", "b"])

SHELL
$ python3 example.py --list a b c
# List would look like ['a','b','c']
Goofy Goober

parser.add_argument tablica Python

parser.add_argument('-l','--list', nargs='+', help='<Required> Set flag', required=True)
# Use like:
# python arg.py -l 1234 2345 3456 4567
Tremendous Enceladus

Odpowiedzi podobne do “argument argument argumentu”

Pytania podobne do “argument argument argumentu”

Więcej pokrewnych odpowiedzi na “argument argument argumentu” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu