Re: Converting numbers to words

2009-02-05 Thread Brian Allen Vanderburg II
[email protected] wrote: > > I've been trying to figure this out for over 2 hours and I'm really frustrated right now. > > I first made Python to ask user to input height in meters. If user puts certain value in meter, then it converts it to feet and inches as follows: > > > Enter the hei

Re: Converting numbers to words

2009-02-05 Thread Steve Holden
[email protected] wrote: > I've been trying to figure this out for over 2 hours and I'm really > frustrated right now. > > I first made Python to ask user to input height in meters. If user puts > certain value in meter, then it converts it to feet and inches as follows: > > > Enter the heigh

Converting numbers to words

2009-02-05 Thread [email protected]
I've been trying to figure this out for over 2 hours and I'm really frustrated right now.I first made Python to ask user to input height in meters. If user puts certain value in meter, then it converts it to feet and inches as follows: Enter the height (in metres): 1.6It is 5 feet, 3 inches hig