[Python-Dev] Re: Words rather than sigils in Structural Pattern Matching

2020年11月21日 16:13:02 -0800

On 2020年11月21日 at 19:58, Glenn Linderman <[email protected]> wrote:
> Don't () already indicate an expression to be evaluated?
>
Does it?
[(a, b)] = [(0, 1)]
print(a)
gives 0 as output.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/2HUHO5RB3UKNCHVVX6AAY6ZS25DSNCTL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to