From 6f7b3b4e1455b2634cae9781f527564543ea6f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 31 Jan 2019 09:05:11 +0100 Subject: [PATCH] Argparse --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 06c4b5f..03d9a50 100644 --- a/README.md +++ b/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 -----