Closed jtesta closed 6 days ago
In Python 3.13, the getopt module is deprecated in favor of argparse (see https://docs.python.org/3.13/library/getopt.html).
getopt
argparse
Complete.
In Python 3.13, the
getopt
module is deprecated in favor ofargparse
(see https://docs.python.org/3.13/library/getopt.html).