You are viewing a single comment's thread. Return to all comments →
for i in range (m): for k in range(n): string=string+matrix[k][i] print(re.sub(r"(?<=[a-z0-9A-Z])([^a-z0-9A-Z])+(?=[a-z0-9A-Z])", " ", string))
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 →