Q9
What will be the output of the following Python code? '%x %d' %(255, 255)
A.
'ff, 255'
AnswerB.
'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