Is there a built-in method for transforming (1, None, "Hello!") to 1, None, "Hello!"?

bonono at gmail.com bonono at gmail.com
Fri Nov 11 10:31:21 EST 2005


do you mean this ? otherwise, don't know what you want.

a, b, c = (1, None, "Hello!")

Daniel Crespo wrote:
> Is there a built-in method for transforming (1,None,"Hello!") to
> 1,None,"Hello!"?
> 
> Thanks




More information about the Python-list mailing list