Vidyalelo
Python · Q71

Formatting and Decorators

Programming · Python · question 71

Q71

What will be the output of the following Python code? '%s' %((1.23,),)

A.
'(1.23,)'
Answer
B.
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