Skip to content

Commit 6f7b3b4

Browse files
committed
Argparse
1 parent e964c8b commit 6f7b3b4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,23 +1482,6 @@ else:
14821482
print(f'{args.x}^{args.y} == {answer}')
14831483
```
14841484

1485-
### Usage
1486-
```text
1487-
$ python3 prog.py --help
1488-
usage: test2.py [-h] [-v | -q] x y
1489-
1490-
calculate X to the power of Y
1491-
1492-
positional arguments:
1493-
x the base
1494-
y the exponent
1495-
1496-
optional arguments:
1497-
-h, --help show this help message and exit
1498-
-v, --verbose
1499-
-q, --quiet
1500-
```
1501-
15021485

15031486
Table
15041487
-----

0 commit comments

Comments
 (0)