Hi
I want to print the bit representation of numbers onto console, so that I can see all operations that are being done on bits itself.
How can I possibly do it in python?
Thanks
|
1
|
Hi I want to print the bit representation of numbers onto console, so that I can see all operations that are being done on bits itself. How can I possibly do it in python? Thanks |
||
|
|
|
|
In Python 2.6+:
Results in:
In python 2.x
Note, example taken from: "Mark Dufour" at http://mail.python.org/pipermail/python-list/2003-December/240914.html |
||||
|
|
|
This kind of thing?
|
||
|
|