Vidyalelo
Python · Q67

Formatting and Decorators

Programming · Python · question 67

Q67

The output of the two codes shown below is the same. i. bin((2**16)-1) ii. ''.format(bin((2**16)-1))

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board