Vidyalelo
Python · Q9

Formatting and Decorators

Programming · Python · question 9

Q9

What will be the output of the following Python code? '%x %d' %(255, 255)

A.
'ff, 255'
Answer
B.
'255, 255'
C.
'15f, 15f'
D.
Error

Answer: Option A

Solution

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