2007/5/6, Alan Gilfoy <[EMAIL PROTECTED]>:
> I have a number-to-Roman numeral program that churns out ValueError
> messages with a few improper input cases:
>
> 1. not an integer
> 2. larger than 3999
> 3. smaller than 0
>
> When I run the program via IDLE, and I give one of these improper
> inputs
I have a number-to-Roman numeral program that churns out ValueError
messages with a few improper input cases:
1. not an integer
2. larger than 3999
3. smaller than 0
When I run the program via IDLE, and I give one of these improper
inputs, the interpreter closes down the program and then disp