Where is the documentation for ','?

Ben Finney ben+python at benfinney.id.au
Fri Sep 16 23:46:14 EDT 2016


Peng Yu <pengyu.ut at gmail.com> writes:

> help(tuple) gives me this

Yes. That's the API definition for the ‘tuple’ type.

You were advised to search the documentation, not the interactive
help. You'll find the descriptions of “tuple” and even “tuple unpacking”
are what you want.

-- 
 \     “When I turned two I was really anxious, because I'd doubled my |
  `\   age in a year. I thought, if this keeps up, by the time I'm six |
_o__)                                  I'll be ninety.” —Steven Wright |
Ben Finney




More information about the Python-list mailing list