Re: Feet and inches

2009-02-04 Thread Tim Rowe
2009/2/5 todp...@hotmail.com : > I'm trying to get Python to say: > > Enter the height (in metres): > > and convert whatever value to feet and inches. This looks like another homework assignment. You'll probably get more help (on *any* language forum) if you admit that up

Re: Feet and inches

2009-02-04 Thread Tim Chase
Enter the height (in metres): and convert whatever value to feet and inches. I've done this part as you can see below, but how can I terminate the program when user inputs a height less than 1/2 inch? Dang...I got suckered into answering a homework problem for the last one. My apologi

Re: Feet and inches

2009-02-04 Thread Rhodri James
On Thu, 05 Feb 2009 01:28:06 -, todp...@hotmail.com wrote: I'm trying to get Python to say: Enter the height (in metres): and convert whatever value to feet and inches. I've done this part as you can see below, but [...] Holy homework, you are busy tonight. Hang on while

Feet and inches

2009-02-04 Thread todp...@hotmail.com
I'm trying to get Python to say: Enter the height (in metres): and convert whatever value to feet and inches. I've done this part as you can see below, but how can I terminate the program when user inputs a height less than 1/2 inch? How can I also take into account all the cases