samedi 10 mars 2018

how to include my test cases inside my python program?

class Solution(object):
def kEmptySlots(self, flowers, k):
    active = []
    for day, flower in enumerate(flowers, 1):
               ######
               ##########
        active.insert(i, flower)
    return -1

How/what codetest will i put here??

Aucun commentaire:

Enregistrer un commentaire