我需要一个函数,将二进制符号转换为整数.
int("1010",2) #this will be converted to 10 instead of -6 - # i want a fucnction that will convert it into -6
python binary
binary ×1
python ×1