Computer Science, asked by manikiran1113, 6 months ago

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 mohammedfareed4you
12

Answer:

O getopt is anwer ok

Explanation:

plz bhai make as brainlist answer

than you

Answered by SharadSangha
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