You are viewing a single comment's thread. Return to all comments →
PYTHON 3
for _ in range(n): matrix_item = input() matrix.append(matrix_item) print(re.sub(r'(?<=[A-Za-z0-9])([ !@#$%&]+)(?=[A-Za-z0-9])',' ', ''.join(s[i] for i in range(m) for s in matrix)))
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 →
PYTHON 3