You are viewing a single comment's thread. Return to all comments →
message_coded = ''.join(sum(zip(*matrix),())) pat = r'(?<=[a-zA-Z0-9])([^a-zA-Z0-9]+)(?=[a-zA-Z0-9])' print(re.sub(pat, ' ', message_coded))
Matrix Script
You are viewing a single comment's thread. Return to all comments →