Tagged Questions

6
votes
5answers
5k views

Two's Complement in Python

Is there a built in function in python which will convert a binary string, for example '111111111111', to the two's complement integer -1?