Kurt Lieber wrote:
> Hi -- brand new to python, but trying to write a simple script that takes
> command line arguments. One of the arguments needs to test if a value is
> a)
> an integer and b) within a stated range. I currently have:
>
> parser.add_argument("-f", "--floor", default=6000, help=
Hi -- brand new to python, but trying to write a simple script that takes
command line arguments. One of the arguments needs to test if a value is a)
an integer and b) within a stated range. I currently have:
parser.add_argument("-f", "--floor", default=6000, help="floor is the
minimum amount of