I have a problem with the backslash. When the code executes numbers from the text file it looks like this 00744/,00474/ ...
And when I tried to float string into integer I got TypeErro: unsupported operand type(s) for +=: 'int' and 'str'.
How I can remove '/' from the numbers? Thank you