jim stockford wrote:
> from
> http://docs.python.org/lib/built-in-funcs.html
> some functions are always available--the built-in functions.
>
> (from elsewhere) everything in python is an object.
>
>
>
> hey, from abs() to zip() there's type() and super() and str()
> and setatt
jim stockford wrote:
> from
> http://docs.python.org/lib/built-in-funcs.html
> some functions are always available--the built-in functions.
>
> (from elsewhere) everything in python is an object.
>
>
>
> hey, from abs() to zip() there's type() and super() and str()
> and set
from
http://docs.python.org/lib/built-in-funcs.html
some functions are always available--the built-in functions.
(from elsewhere) everything in python is an object.
hey, from abs() to zip() there's type() and super() and str()
and setattr() and ... dir() and... they're the