I am trying to do calculations onto a file that I created in python.
But I can't seem to make a string with the data without loosing my quotations or going word by word...
i have attached my code...
This then produces...
s
e
'
But I want to work with the 7500, 75, and 100 and it is just giving me the letters?!
Also I tried I have it doing the out = out.translate(string...ect) but in some of the lines there is extra quotations between the 1 and the 100 which I need so they keep a blank cell when opening it in excel.
Thanks for any help!!