The input I have is a large strain of characters in a .TXT
file (over 18,000 characters) and I need to add a space after every two characters. How can I write the code to provide the output in a .TXT
file again?
Like so;
- Input:
123456789
- Output:
12 34 56 78 9