Write any five uses of Set Up
Show option.
Answers
Answered by
0
Answer:
optparse is a more convenient, flexible, and powerful library for parsing command-line options than the old getopt module. optparse uses a more declarative style of command-line parsing: you create an instance of OptionParser , populate it with options, and parse the command line.
Similar questions