By using this Python code (I\'m working with Python 3.6):
length = 4 overall = [["row" + str(length + 1)] + [1.0] + [0.0] * (length - 1)]