filbert icon indicating copy to clipboard operation
filbert copied to clipboard

Optional key argument when using max

Open pizzaisdavid opened this issue 11 years ago • 1 comments

def get_highest_value_coin(coins):
      return max(coins, key = lambda c: c.bountyGold)

https://docs.python.org/3.4/library/functions.html#max

pizzaisdavid avatar Dec 29 '14 19:12 pizzaisdavid

We don't support lambda yet, #4

differentmatt avatar Jan 06 '15 20:01 differentmatt