Home / CSE MCQs / Python MCQs :: Discussion

Discussion :: Python MCQs

  1. Which module in the python standard library parses options received from the command line?
  2. A.
    getopt
    B.
    os
    C.
    getarg
    D.
    main

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    getopt parses options received from the command line.


Be The First To Comment