do you guys help newbies??

malik m malik_martin at hotmail.com
Wed Nov 27 14:47:47 EST 2002


wow thanks for all the help guys i've learned alot and will be
reading this thread for a while. there's some pretty advanced looking
stuff in here. 

robin munn? you wrote 
>     averagea = milesDriven / gallonsPerTank

Once you've got your program working, you're going to be surprised by
the result of this line! Try it as-is, then put the following line at
the top of your program:

    from __future__ import division

And run it again. Notice the difference? I don't want to go into the
reasons for this right now, as this response is getting quite long
enough already. But the following page may help to explain what is
going
on:

i didnt to import that yet  but i will try even tho i think the
program did what i want it to:)

thanks again guys!!

p.s. does anyone know what the big 2.2.2 updates are? and if you have
idle and pythonwin installed on the same comp do you install the
update to c/python22 folder? if you  use a default dir of course...



More information about the Python-list mailing list