3 lines
103 B
Python
3 lines
103 B
Python
|
parser.add_argument("square", help="display a square of a given number",
|
||
|
type=int)
|