1 line
92 B
Python
1 line
92 B
Python
parser.add_argument("echo", help="echo the string you use here", default='blah', nargs='?')
|