Hi,

I have some data in the form

1 2 3
4 5 6
7 8 9

in a txt file.

How would I go about converting it into a list like:
1
2
3
4
5
6
...etc.

and printing that to another txt file?

Thanks!!