At 06:58 PM 8/15/2007, John Fouhy wrote:
>You could do this:
>
> >>> def decomma(*t):
>...  return int(''.join(str(i) for i in t))

What's that asterisk doing in decomma(*t)? Where do I go in the docs 
to look it up?

Thanks,

Dick


_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to