Birthday Cake Candles

  • + 0 comments

    For Python: def birthdayCakeCandles(candles): # Write your code here return candles.count(max(candles))