adplus-dvertising
frame-decoration

Question

What is the output of the following?
x = [12.1, 34.0]
print(len(' '.join(list(map(str, x)))))

a.

6

b.

8

c.

9

d.

error

Posted under Python

Answer: (c).9

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following?