Browse Source

Argparse

pull/10/head
Jure Šorn 5 years ago
parent
commit
e0781c82de
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1272,7 +1272,7 @@ else:
print(f'{args.x}^{args.y} == {answer}') print(f'{args.x}^{args.y} == {answer}')
``` ```
#### Usage:
### Usage
```text ```text
$ python3 prog.py --help $ python3 prog.py --help
usage: test2.py [-h] [-v | -q] x y usage: test2.py [-h] [-v | -q] x y

Loading…
Cancel
Save