adplus-dvertising
frame-decoration

Question

The output of the snippet of code shown below is:
 '%d %s %g you' %(1, 'hello', 4.0)

a.

Error

b.

1 hello you 4.0

c.

1 hello 4 you

d.

1 4 hello you

Posted under Python

Answer: (c).1 hello 4 you

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The output of the snippet of code shown below is: