9FAQs
Best & Easiest Way to Self-Master Python

What will be the output of the following Python code?

x = [34, 56]
print(len(map(str, x)))

Author: SandhyaR | Tags: python | 1228 + Python FAQs | Report This Q. | Share This Q.