Examveda

To find the decimal value of 1111, that is 15, we can use the function:

A. int(1111,10)

B. int('1111',10)

C. int(1111,2)

D. int('1111',2)

Answer: Option D


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean