Q71
What will be the output of the following Python code? '%s' %((1.23,),)
A.
'(1.23,)'
AnswerB.
1.23,
C.
(,1.23)
D.
'1.23'
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board