[Tutor] Need to convert 1,987,087,234,456 to an int

Dick Moores rdm at rcblue.com
Thu Aug 16 05:14:38 CEST 2007


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




More information about the Tutor mailing list