[Solved] Given a non-empty list of strings of the same length, how do I create a list of lists of the letters at each position in the string without using zip? [closed]



Given a non-empty list of strings of the same length, how do I create a list of lists of the letters at each position in the string without using zip? [closed]

solved Given a non-empty list of strings of the same length, how do I create a list of lists of the letters at each position in the string without using zip? [closed]