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