Vidyalelo
Python · Q80

Formatting and Decorators

Programming · Python · question 80

Q80

Which format specifier is used to represent an integer in binary form in a formatted string?

A.
%b
B.
%d
Answer
C.
%bin
D.
%int

Answer: Option B

Solution

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