Hi!

I'm a beginner using Python 2.5

I'm trying to write a module which will peform the function of data entry and error trapping.

If the user enters an integer outside of a pre-defined range or tries to enter an non-integer value, the module will ask to re-enter until a correct response is made.

I want to call the module repeatedly with different sets of parameters for allowable data range...