Skip to content

Commit 8b49d04

Browse files
committed
removed sys_argv.py
1 parent 54c29f9 commit 8b49d04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appendix_argparse/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ https://www.youtube.com/playlist?list=PLhOuww6rJJNNx06soCkb4aMFhuioQ7tY5
44

55
This is a collection of example programs to show how you can use the standard Python module `argparse` to handle command-line aruguments.
66

7-
* `sys_argv.py`: sys.argv
87
* `one_arg.py`: one positional argument
98
* `two_args.py`: two positional arguments
109
* `nargs2.py`: another way to handle two positional arguments

0 commit comments

Comments
 (0)