On Mar 16, 11:25 am, Guido van Brakel <[EMAIL PROTECTED]> wrote: > Hello > > Why is this not working,
Why is _what_ not working? > and how can I correct it? Start over. > > > > > > > #!/usr/bin/env python > > #coding=utf-8 > > > z = raw_input ('Give numbers') > > y = z.split() > > b=[] > > > for i in y: > > b.append(float(i)) > > > def b(min,max,gem) > > x=min(a) > > x=gem(a) > > x=max(a) > > return a > > > print min(a) > > print max(a) > > print gem(a) > > Regards, > > -- > Guido van Brakel > Life is like a box of chocolates, you never know what you're gonna get > --- Hide quoted text - > > - Show quoted text - -- http://mail.python.org/mailman/listinfo/python-list