Literals/Integer: Difference between revisions

m
m (emphasis)
Line 6:
 
=={{header|Python}}==
<python>>>> # Bin(leading 0b), Oct(leading 0), Dec, Hex(leading 0x or 0X), in order:
>>> 0b1011010111 == 01327 == 727 == 0x2d7
True
Anonymous user