Tuple Format?

Gene C gchiaramonte at yahoo.com
Thu Aug 31 16:43:50 EDT 2000


Has anyone considered a different format for tuples to get around the
somewhat strange single element tuple format? I find when explaining the
language to others, the single tuple format always solicits a, "Thats
weird."

For example, instead of (x,) how about <x>
and (a, b, c) would be <a, b, c>

Thanks





More information about the Python-list mailing list