python argparse where option takes a string consisting of any letters from a given set
Summary The problem at hand involves using python argparse to create a command-line interface where an option can take a string consisting of any letters from a given set. The goal is to support syntax like asm2k.py -o XXXXX bbl.asm, where the -o option can take 1 or more letters from the set “ARLQTNZCFXPB”. Root … Read more