Search Results

24
votes

How do you express binary literals in Python?

For reference—future Python possibilities: Starting with Python 2.6 you can express binary literals using the prefix 0b or 0B: …