Re: [Tutor] Python assginment

2012-02-21 Thread Steven D'Aprano
On Wed, Feb 22, 2012 at 06:10:57AM +0530, Sukhpreet Sdhu wrote: > hi > i m working on Python assignment to convert roman numericals to arabic and > vice versa.I had tried many different codes but those are not working. > Can you please suggest me the code to do this by using while , if and else >

Re: [Tutor] Python assginment

2012-02-21 Thread Dave Angel
On 02/21/2012 07:40 PM, Sukhpreet Sdhu wrote: hi i m working on Python assignment to convert roman numericals to arabic and vice versa.I had tried many different codes but those are not working. Can you please suggest me the code to do this by using while , if and else statements. thanks Sukhpr

[Tutor] Python assginment

2012-02-21 Thread Sukhpreet Sdhu
hi i m working on Python assignment to convert roman numericals to arabic and vice versa.I had tried many different codes but those are not working. Can you please suggest me the code to do this by using while , if and else statements. thanks Sukhpreet Sidhu___