Python Bin, Oct and Hex Presentation


This is the presentation associated with the Python Binary, Octal and Hexadecimal video.

Download Presentation

Python Binary, Octal and Hexadecimal Video Question

This is the question that was asked in the Python Binary, Octal and Hexadecimal video

Question : 

Convert the below number into hexadecimal number:
	0b100000000
In [1]:
print(hex(0b100000000))
0x100