We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c29f9 commit 8b49d04Copy full SHA for 8b49d04
appendix_argparse/README.md
@@ -4,7 +4,6 @@ https://www.youtube.com/playlist?list=PLhOuww6rJJNNx06soCkb4aMFhuioQ7tY5
4
5
This is a collection of example programs to show how you can use the standard Python module `argparse` to handle command-line aruguments.
6
7
-* `sys_argv.py`: sys.argv
8
* `one_arg.py`: one positional argument
9
* `two_args.py`: two positional arguments
10
* `nargs2.py`: another way to handle two positional arguments
0 commit comments