Basics of Python,learning

Mensanator mensanator at aol.com
Sun Mar 16 12:36:03 EDT 2008


On Mar 16, 11:25 am, Guido van Brakel <guidovb1 at invalid> 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 -




More information about the Python-list mailing list