16 Feb
2020
16 Feb
'20
10:49 a.m.
But there is a problem with (0b1101). 5==0b101 -5==-0b101 but we want output -5==1011. so this is not possible by using integers with base designator "0b". so we have to use new Python type that represents a "binary number",which accepts number of bits,sign of number.