0 votes
in Python by

The output of this Python code would be:

select the correct answer from below options

a = [‘mn’, ‘op’]

print(len(list(map(list, a))))))

1) 4

2) 2

3) Not specified

4) Error

1 Answer

0 votes
by

4) Error

...