Dear Guys, I have a 2D array: >>>[['1', '2 ', '3 '], ['longer ', 'longer ', 'sort']] How can I get what is the max(len(item)) for the columns ? I would like to get a list with the max_col_width values. I hope that, it can wrote with some nice list comprehension, but I can't do that :( Yours sincerely, ______________________________ János Juhász