Convert a big table of value into string

I have a table of value that i want to insert in my python code as a string : I tried this but not working : str(3.354219E-03 3.584506E-03 3.830603E-03 4.093597E-03 4.374646E-03 4.674992E-03 4.995957E-03 5.338959E-03 5.705510E-03 6.097227E-03 6.515837E-03 6.963188E-03 7.441252E-03 7.952137E-03 8.498098E-03 9.081543E-03 9.705044E-03 1.037135E-02 1.108341E-02 1.184435E-02 1.265753E-02 1.352655E-02 1.445522E-02 1.544766E-02 1.650823E-02 1.764162E-02 1.885282E-02 2.014718E-02 2.153040E-02 … Read more