A
Q. The output of this Python code would be
Code:
a = [‘mn’, ‘op’]
print(len(list(map(list, a))))))
print(len(list(map(list, a))))))
- Correct Answer - Option(D)
- Views: 29
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.