A
Q. What is the output of the following?
x = ['ab', 'cd']
print(len(list(map(list, x))))
- Correct Answer - Option(A)
- Views: 29
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.