Sail E0 Webinar
Question
What is the output of the following?x = [12, 34]print(len(''.join(list(map(str, x)))))
Options:
A .  4
B .  5
C .  6
D .  Error
Answer: Option A


Each number is mapped into a string of length 2.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers