Result Size:
625 x 571
demo_ref_bin.py:
x = bin(36) print(x) # The result will always have the prefix 0b
x
x
=
bin
(
36
)
print
(
x
)
# The result will always have the prefix 0b
C:\Users\My Name>python demo_bin.py
0b100100