Re: [Tutor] what.built-in

2006-09-29 Thread Liam Clarke
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

Re: [Tutor] what.built-in

2006-09-29 Thread Kent Johnson
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

[Tutor] what.built-in

2006-09-29 Thread jim stockford
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