Flatten a list/tuple and Call a function with tuples

Steven D'Aprano steve at REMOVE.THIS.cybersource.com.au
Wed Jul 25 21:27:22 EDT 2007


On Wed, 25 Jul 2007 09:33:26 -0700, Paul Rubin wrote:

> Things
> are logically single values or they are logically lists of values

Except for strings, and string-like objects.

And files.

And records/structs, and tuples.

And lists. And sets.

And bit strings. And tree-like structures. 

And, well, just about everything really.

But apart from those minor exceptions, I agree completely with your
recommendation.

(Ha ha only serious.)


-- 
Steven.




More information about the Python-list mailing list