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