Re: [Tutor] Need Assistants with Python Please

2009-03-15 Thread Emile van Sebille
Jared White wrote: Good Morning Everyone, I am having a little issue with Python, Actually, two... Hopefully Someone Can Help Me I am trying to Develop a Python program that converts a single fuel rating from mpg to lp100km. So far ive come up with this code. But it seems not to

Re: [Tutor] Need Assistants with Python Please

2009-03-15 Thread Alan Gauld
"Jared White" wrote So far ive come up with this code. But it seems not to be working, Can someone please help me figure out what ive done wrong def main (): print "The program converts Miles Per Gallon (US) to Liters Per 100 Kilometer." kilometers = input ("What is the Miles Per Ga

[Tutor] Need Assistants with Python Please

2009-03-15 Thread Jared White
Good Morning Everyone, I am having a little issue with Python, Hopefully Someone Can Help Me I am trying to Develop a Python program that converts a single fuel rating from mpg to lp100km. So far ive come up with this code. But it seems not to be working, Can someone please help me figure