Issue with printing 2d list vertically by removing elements
I have this function that takes in a 2d array, and returns a string. the string is supposed to have columns, where each column is a list from the 2d array. for some reason, something goes wrong when printing the middle 3 lists, and i cant figure out why. does anyone know what is wrong?