Hi guys ! I am willing to ask you if you could think of a py script that loads a text file and just joins the data contained in there following this example
This could be an input:
ssms smsmsms
sksksskkks ppppplkl
ndndndnd kdkdkdkdkppp
And this an ouput:
ssmssmsmsms
sksksskkksppppplkl
ndndndndkdkdkdkdkppp
What would basically should do is joing strings ( from the same line contained in a text file) and output a new text file with the joined texts.
Any idea would be appreciated.