<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace"><span style="font-family:arial,sans-serif">On Tue, Oct 31, 2017 at 11:24 AM, Petr Viktorin </span><span dir="ltr" style="font-family:arial,sans-serif"><<a href="mailto:encukou@gmail.com" target="_blank">encukou@gmail.com</a>></span><span style="font-family:arial,sans-serif"> wrote:</span><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 10/31/2017 09:54 AM, Koos Zevenhoven wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">
<br>
​I wonder if that's more easily understood if you write it along these line(s):<br>
<br>
   (the_bob,) = ​(name for name in ('bob','fred') if name=='bob')<br>
</span></blockquote>
<br>
There are (unfortunately) several ways to do it. I prefer one that avoids a trailing comma:<br>
<br>
[the_bob] = ​(name for name in ('bob','fred') if name=='bob')<div class="gmail-HOEnZb"><div class="gmail-h5"><br></div></div></blockquote><div><br></div><div class="gmail_default" style="font-family:monospace,monospace">​Maybe it's just me, but somehow that list-like syntax as an assignment target feels wrong in somewhat the same way that (1, 2).append(3) does.​</div></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">––Koos</div><div class="gmail_default" style="font-family:monospace,monospace">​</div><div class="gmail_default" style="font-family:monospace,monospace">PS. In your previous email, something (your email client?) removed the vertical line from the quoted Chris's email, so it looks like just an indented block. I wonder if a setting could fix that.​</div><br clear="all"><div><br></div>-- <br><div class="gmail_signature">+ Koos Zevenhoven + <a href="http://twitter.com/k7hoven" target="_blank">http://twitter.com/k7hoven</a> +</div>
</div></div>