<div dir="ltr">[Chris Angelico]<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Because your form cannot possibly work without some additional<br>information.</blockquote><div><br>That isn't my form. That's PSEUDO CODE. Just like I wrote above it.<br>You're the one who's not listening.<br><br> The alternative I've suggested, for the thousanth time, is:<br><br>hand = sorted(cards, by=card.suit with card)<br><br>or<br><br>hand = sorted(cards, by=card.suit with(card))<br><br>The noise compared to the PSEUDO CODE looks like this:<br><br>hand = sorted(cards, by=card.suit ##########)<br><br>Which, to me, is preferable to:<br><br>hand = sorted(cards, ke#=#############card.suit)<br><br>You need me to type that out a few dozen more times?</div></div>