I\'m having trouble printing data from a list vertically , the list is like so [[1, 4, 5], [4, 6, 8], [8, 3, 10]]. So I want to print the data into a new list
[[1, 4, 5], [4, 6, 8], [8, 3, 10]]