To Find The Decimal Value Of 1111 That Is 15 We Can Use The #70
To find the decimal value of 1111, that is 15, we can use the function:
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Bitwise & Boolean - Python Bitwise - Quiz No.1.
To find the decimal value of 1111, that is 15, we can use the function:
int(1111,10)
int(‘1111’,10)
int(1111,2)
int(‘1111’,2)