Code which join words

closed account (L6vXSL3A)
Hi,

I need to write code which input txt file join three words then makes an extra space and again join three words. I written code how to input file. I just don't know how to do last part.

for example you have text writen like this:

Meet
see
have
done
home
work
.
.
.

I need to have this:
Meetseehave donehomework...
Last edited on
Show us your code.
closed account (L6vXSL3A)

So, what I need to do with these words, now. it's to join three words make an extra space and again join three words.
Last edited on
Topic archived. No new replies allowed.