1.

Which module in the python standard library parses options received from the command line?(a) getopt(b) os(c) getarg(d) mainI 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

Answer» CORRECT ANSWER is (a) getopt

The explanation: getopt parses options RECEIVED from the COMMAND LINE.


Discussion

No Comment Found

Related InterviewSolutions