Set puzzle: Difference between revisions

(→‎{{header|Python}}: Note on code)
Line 238:
sets = getsets(deal)
printit(deal, sets)</lang>
 
<small>Note: You could remove the inner square brackets of the <code>'if all( [...] )'</code> part of the sets computation in the getsets function. It is a remnant of Python 2.7 debugging which gives access to the name <code>feature</code>. The code works on Python 3.X too, but not that access.</small>
 
{{out}}
Anonymous user