McNuggets problem: Difference between revisions

→‎Python :: List monad: Dropped two unused imports
(→‎Python :: List monad: Dropped two unused imports)
Line 837:
<lang python>'''mcNuggets list monad'''
 
from itertools import (chain, count, dropwhile, islice)
 
 
def main():
'''List monad equivalent of athe list comprehension.'''
 
def size(n):
9,659

edits