Suggestions for good programming practices?

Brian Quinlan brian at sweetapp.com
Mon Jun 24 21:17:01 EDT 2002


Peter Hansen wrote:
> You _are_ returning them "in a struct".  It's spelled "tuple"
> but other than that what's the difference?

struct members are access by name while tuple elements are accessed
positionally. 

Cheers,
Brian






More information about the Python-list mailing list