We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e964c8b commit 6f7b3b4Copy full SHA for 6f7b3b4
README.md
@@ -1482,23 +1482,6 @@ else:
1482
print(f'{args.x}^{args.y} == {answer}')
1483
```
1484
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
1502
1503
Table
1504
-----
0 commit comments