"Data blocks" syntax specification draft

Chris Angelico rosuav at gmail.com
Tue May 22 10:25:59 EDT 2018


On Tue, May 22, 2018 at 8:25 PM, bartc <bc at freeuk.com> wrote:
> Note that Python tuples don't always need a start symbol:
>
>    a = 10,20,30
>
> assigns a tuple to a.

The tuple has nothing to do with the parentheses, except for the
special case of the empty tuple. It's the comma.

ChrisA



More information about the Python-list mailing list