Browse Source

Argparse

pull/10/head
Jure Šorn 5 years ago
parent
commit
6f7b3b4e14
1 changed files with 0 additions and 17 deletions
  1. 17
      README.md

17
README.md

@ -1482,23 +1482,6 @@ else:
print(f'{args.x}^{args.y} == {answer}')
```
### Usage
```text
$ python3 prog.py --help
usage: test2.py [-h] [-v | -q] x y
calculate X to the power of Y
positional arguments:
x the base
y the exponent
optional arguments:
-h, --help show this help message and exit
-v, --verbose
-q, --quiet
```
Table
-----

Loading…
Cancel
Save