S
Seeker01
Guest
How to open a file to read/write data like below:
Let filename= Data.txt
X Y Z
1 2 3
3 4 5
My question:
How to specify that there is 10 empty space between X-Y-Z numeric data?
How to teach it to read from line to line?
Let filename= Data.txt
X Y Z
1 2 3
3 4 5
My question:
How to specify that there is 10 empty space between X-Y-Z numeric data?
How to teach it to read from line to line?