On Tue, May 22, 2018 at 8:25 PM, bartc <b...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to