Re: [Tutor] Working with error messages

2007-05-06 Thread Andre Engels
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

[Tutor] Working with error messages

2007-05-06 Thread Alan Gilfoy
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