How Int class in python represent negative numbers

100 Views Asked by At

Do we can view, how class int in python handles negative numbers by using two's complement? I want to see source code for that not theories, I already understand how that happens in cs but I don't touch how happens in real languages.

Thankful advance for your help.

0

There are 0 best solutions below