Examveda

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

A. '(1.23,)'

B. 1.23,

C. (,1.23)

D. '1.23'

Answer: Option A


This Question Belongs to Python Program >> Formatting And Decorators

Join The Discussion

Related Questions on Formatting and Decorators