scope of function parameters

rusi rustompmody at gmail.com
Tue May 31 13:33:39 EDT 2011


On May 31, 9:46 pm, rusi <rustompm... at gmail.com> wrote:

> So you then use (something like)
>
> fnc2(c):  return c[0:1] + c[2:]

Er sorry -- that should have been
def fnc2(c):  return c[0:1] + ('having',) + c[2:]



More information about the Python-list mailing list