Non-decimal radices/Output: Difference between revisions

Content added Content deleted
m (→‎{header|PureBasic}: fixed formating)
Line 452: Line 452:
PrintN(Dec$+" decimal = %"+Bin$+" = $"+Hex$+".")
PrintN(Dec$+" decimal = %"+Bin$+" = $"+Hex$+".")
Next</lang>
Next</lang>

<tt>
105 decimal = %01101001 = $0069.
105 decimal = %01101001 = $0069.
106 decimal = %01101010 = $006A.
106 decimal = %01101010 = $006A.
Line 463: Line 463:
113 decimal = %01110001 = $0071.
113 decimal = %01110001 = $0071.
114 decimal = %01110010 = $0072.
114 decimal = %01110010 = $0072.
115 decimal = %01110011 = $0073.</tt>
115 decimal = %01110011 = $0073.


=={{header|Python}}==
=={{header|Python}}==