Join

Delaney, Timothy tdelaney at avaya.com
Thu Jan 30 19:23:38 EST 2003


> From: Robin Munn [mailto:rmunn at pobox.com]
> 
> Justin Martin Anderson <AndersonJ01 at aol.com> wrote:
> > join
> 
> <built-in method join of str object at 0x8117ee8>

Actually, I suspect it's more likely to be either:

C:\>join
join: too few non-option arguments
Try `join --help' for more information.

or:

>>> join
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
NameError: name 'join' is not defined
>>>

Tim Delaney





More information about the Python-list mailing list