Hi, Sorry if this is already asked, but I couldn't find it.
I got a text file with 100010101001000010000011111001010 and it is 8bit, now I would like it to decimal.
With the int(file,2) function it does not work. I get a very large number. Is there an extra command I can add to the int() function or how do I fix this?
Thanks