Re: [Tutor] Roman Numeral - To - Digital Converter

2007-03-11 Thread Luke Paireepinart
Alan Gilfoy wrote: > Roman Numeral - To - Digital Converter > > So far, I'm coming along OK with the code that runs the conversions, > assuming the user gives me a proper input. (A string of capital > letters I, V, X, L, C, D, M) > > However, not every input someone gives the function is goign

[Tutor] Roman Numeral - To - Digital Converter

2007-03-11 Thread Alan Gilfoy
Roman Numeral - To - Digital Converter So far, I'm coming along OK with the code that runs the conversions, assuming the user gives me a proper input. (A string of capital letters I, V, X, L, C, D, M) However, not every input someone gives the function is goign to be properly formatted like

Re: [Tutor] Roman Numeral to Digital

2007-03-08 Thread Bob Gailer
Kent Johnson wrote: > Hi Alan, > > I am forwarding your question to tutor@python.org which is the correct > address for the list. [EMAIL PROTECTED] sends questions to the > *maintainers* of the list, not the list itself. > > Kent > > Alan Gilfoy wrote: > >> I am learning how to program in pyth

Re: [Tutor] Roman Numeral to Digital

2007-03-08 Thread Kent Johnson
Hi Alan, I am forwarding your question to tutor@python.org which is the correct address for the list. [EMAIL PROTECTED] sends questions to the *maintainers* of the list, not the list itself. Kent Alan Gilfoy wrote: > I am learning how to program in python as a major component of my > school's