Q. The output of this Python code would be
Code:
a = [‘mn’, ‘op’] print(len(list(map(list, a))))))
β
Correct Answer: (D)
Error
a = [‘mn’, ‘op’] print(len(list(map(list, a))))))
You must be Logged in to update hint/solution