Re: [Tutor] variable * raw_input

2007-08-09 Thread Eric Brunson
Dewight Kramer wrote: Hello, So i am new to Python, and really to programming. I picked up book and so far I like it. right now I am trying to figure out a problem that I cant. It is a tipping program and I have assigned certain words to be a certain % and then I ask the user to

[Tutor] variable * raw_input

2007-08-07 Thread Dewight Kramer
Hello, So i am new to Python, and really to programming. I picked up book and so far I like it. right now I am trying to figure out a problem that I cant. It is a tipping program and I have assigned certain words to be a certain % and then I ask the user to type raw input of one of those

Re: [Tutor] variable * raw_input

2007-08-07 Thread Alan Gauld
Dewight Kramer [EMAIL PROTECTED] wrote quality. But I dont understand something below is code. Since you don't tell us what exactly you don't undertand I'll make some general comments on the code... # establish variables bill = float(0.0) bad = float (0.0) ok = float(0.10) good = float