Question No. 6
Which of the following module is not used for parsing command line arguments automatically ?
O cmdparse
optparse
O argparse
O getopt
Answers
Answered by
12
Answer:
O getopt is anwer ok
Explanation:
plz bhai make as brainlist answer
than you
Answered by
0
Getopt is not used for parsing command-line arguments automatically.
- As a command-line option parser, the getopt module implements the Unix getopt pattern.
- It's most commonly used to parse a list of arguments.
- To put it another way, this module simplifies the parsing of command-line options by scripts.
- It's similar to the way C getopt handles command-line arguments.
- The module's first function, getopt, is named after the module's name.
- Its main job is to parse command-line parameters and options.
Similar questions
Physics,
3 months ago
Math,
3 months ago
Hindi,
3 months ago
Social Sciences,
6 months ago
Computer Science,
6 months ago
English,
11 months ago
Math,
11 months ago
English,
11 months ago