Examveda

What will be the output of the following Python code?
x = [12, 34]
print(len(list(map(int, x))))

A. 2

B. 1

C. error

D. none of the mentioned

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python