num_of_rows = len(clouds)

for i in range(1, num_of_rows-1):

    clouds[i][num_of_rows-i-1] = Cloud()