1.

What is the output of the code shown below? '%s' %((1.23,),)

A. ‘(1.23,)’
B. 1.23,
C. (,1.23)
D. ‘1.23’
Answer» B. 1.23,


Discussion

No Comment Found