row_length = len(clouds[4])

for i in range(row_length):

    clouds[4][i] = Cloud()

clouds[3][4] = clouds[3][6] = None