<div dir="ltr">How about <span style="font-family:monospace,monospace">x, y ?= iterable</span> with <span style="font-family:monospace,monospace">?=</span> being the lazy assignment operator?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 28, 2017 at 9:45 AM, Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Nov 27, 2017 at 06:31:28PM -0800, Mike Miller wrote:<br>
<br>
> Believe the question behind the idea was, how to grab a couple items and<br>
> then *stop?*  If the syntax route is chosen, I'd expect something that<br>
> tells me it is going to stop, like a "full stop" as the period/dot is<br>
> called in jolly ol' England, e.g.:<br>
><br>
>     x, y, . = iterable<br>
<br>
Sadly, that fails the "syntax should not look like grit on Tim's<br>
monitor" test. Ellipsis at least has three pieces of grit in sequence,<br>
which makes it more noticable.<br>
<br>
<br>
> Not sure about the second comma though.<br>
<br>
Without the comma, it will be visually too hard to distinguish from<br>
<br>
    x, y , = iterable<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Steve<br>
______________________________<wbr>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/<wbr>codeofconduct/</a><br>
</font></span></blockquote></div><br></div>