Question
The output of the two codes shown below is the same. State whether this statement is true or false.bin((2**16)-1) '{}'.format(bin((2**16)-1))
Answer: Option A
Was this answer helpful ?
The output of both of the codes shown above is '0b1111111111111111'. Hence the statement is true.
Was this answer helpful ?
Submit Solution