McNuggets problem: Difference between revisions

m
(→‎{{header|Python}}: Swapped in dropwhile and fromTo)
Line 256:
 
 
ComposingOr, composing generic abstractions, including dropwhile:
<lang python>from itertools import (chain, dropwhile)
 
9,659

edits