Birthday Cake Candles

  • + 0 comments

    Python

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