argparse argument may be str or int and the simplest way to handle it
I didn’t know quite how to word the title but I’m trying to enter two variables with argparse. The first argument may be a string or an integer and the second argument will always be an integer. The …