You are viewing a single comment's thread. Return to all comments →
s = "".join(list(chain.from_iterable(zip(*matrix)))) print(re.sub(r"\b\W+\b", " ", s))
Seems like cookies are disabled on this browser, please enable them to open this website
Matrix Script
You are viewing a single comment's thread. Return to all comments →
s = "".join(list(chain.from_iterable(zip(*matrix)))) print(re.sub(r"\b\W+\b", " ", s))