0

I want to create a function to return a list of columns which is from a list of list of strings,the output should talk char of the first row and add it to char of the second row to out a strings from all chars which in row1 and other rows,to understand what I want,please see the code: board = [['A','B','T','T'],['F','D','Y','E']] output should be as this: ['AF','BD','TY','TE'] Thanks for any help!

0 Answers0