Birthday Cake Candles

  • + 0 comments

    Python oneliner:

    def birthdayCakeCandles(candles):
        return candles.count(max(candles))