first commit

This commit is contained in:
2018-11-29 22:10:08 +01:00
parent 9376c866d6
commit 226a509d53
35 changed files with 526 additions and 0 deletions

View File

@ -0,0 +1,2 @@
parser.add_argument("square", help="display a square of a given number",
type=int)

View File

@ -0,0 +1 @@
parser.add_arguments(IntOption('square', 'display a square of a given number', properties=('mandatory', 'positional')))