[Tutor] Even More Converter!

2008-03-21 Thread wackedd
After my last Email received I have been able to successfully create a Converter, currently it only has 6 units, but I will be adding more. My current code is # Converter Unit_Menu=""" 1) Centimeters 2) Inches 3) Feet 4) Yards 5) Miles 6) Millimeter Select a unit(1-6) """ >From = raw_input(Uni

[Tutor] More Converter

2008-03-21 Thread wackedd
I am still in need of more help. Currently I am just trying to get one conversion down, as then I can duplicate it. However I am not sure how to make it Convert. Currently I am working with: # Converter Original = raw_input("Insert inches, feet ") To = raw_input("Insert inches, feet ") Variable

[Tutor] Converter

2008-03-19 Thread wackedd
print "Converter" number = 2.5 n = int(raw_input("Insert Feet Amount")) while n > 0: print n, "Feet is" print n*12, "inches" print n*30, "centimeters" print Currently this is what I am working with. 2 problems I am facing. 1. When I run the script and type in the amount of