I am quite new to python and extremely new to ASCII file reading :)
When I export the results from a simulation program I obtain an ASCII file in the form:
0,0000000E+0000 4,5000000E+0000
5,0000000E-0001 4,5063043E+0000
1,0000000E+0000 4,5117097E+0000
1,5000000E+0000 4,5188112E+0000
2,0000000E+0000 4,5230832E+0000
no headers! Each row contains two numbers (my "x" parameter and "y" parameter in the plot I want to generate). Despite the comma in place of the decimal point and the fact that the two parameters numbers are not divided into columns.
Can you help?
P.s. sorry for not providing a code example but they are all poorly wrong