Examveda

What is the value of the following Python expression?
bin(0x8)

A. '0bx1000'

B. 8

C. 1000

D. '0b1000'

Answer: Option D


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean