On Dec 18, 7:53 pm, "Vladimir Rusinov" <[EMAIL PROTECTED]>
wrote:
> On 12/15/07, katie smith <[EMAIL PROTECTED]> wrote:
>
>
>
> > if i have a number 6.345 and i wanted it to be 6 without subtracting .345
> > because it won't always be .345 what do i do?
>
> > how do i round to the nearest whole number. Or in this case round down. Is
> > there an easy way to round down to the nearest whole number?
>
> init() ?

Perhaps you mean int. The OP may also be interested in another built-
in function, just in case a float result or more versatility is
needed; it's called round.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to