malenaalmasi / py_practice

0 stars 0 forks source link

Use ArgParse when reading from the command line #2

Open hjmjohnson opened 6 years ago

hjmjohnson commented 6 years ago

https://github.com/malenaalmasi/py_practice/blob/1352ec63499d4fc0bf0718090f9757c012d3bc3c/array_multiplication_1.py#L7

When reading from the command line, you should use the argparse module to make easy to understand command line parsing.

Please use argparse to manipulate the command line.