Which module in the python standard library parses options received from the command line?
(a) getopt
(b) os
(c) getarg
(d) main
I got this question in final exam.
I would like to ask this question from Argument Parsing 2 in division Argument Passing, Global vs Local Variables, Shallow copy vs Deep copy and Recursion of Python