Re: Is count supposed to still work?
by Fredrik Lundh other posts by this author
Jul 13 2002 12:12PM messages near this date
Re: switch recipe?
|
Re: making python on Solaris 8
David LeBlanc wrote:
> Aren't these all built in anyway? I don't recall having to do it for
> len(mystring).
what's this? is too much wiki hacking bad for your brain? ;-)
the builtins are all that's built in; see:
http://www.python.org/doc/current/lib/built-in-funcs.html
and
http://www.python.org/doc/current/lib/builtin.html
</F>
--
http://mail.python.org/mailman/listinfo/python-list
|