Grant Edwards wrote: > On 2008-03-15, Guido van Brakel <[EMAIL PROTECTED]> wrote: >> Hello >> >> I have this now: >> >>> def gem(a): >>> g = sum(a) / len(a) > > g = float(sum(a)) / len(a) > >>> return g
Hi, Thank you very much,sometimes it is so amazing simple. Regards -- Guido van Brakel Life is like a box of chocolates, you never know what you're gonna get -- -- http://mail.python.org/mailman/listinfo/python-list