I want to add [13178.0, 13178.0, 14130.0, 15082.0, 15082.0, 15082.0, 16034.0, 16034.0, 16986.0, 16986.0, 16986.0] in a list, so I use
pred_set.append([13178.0, 13178.0, 14130.0, 15082.0, 15082.0, 15082.0, 16034.0, 16034.0, 16986.0, 16986.0, 16986.0])
however, the result shows they are in same row:
I want to them in different row, like the data below them, how to do it?