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

Related questions

0 votes
asked Aug 22, 2022 in Python by Robindeniel
0 votes
asked Aug 22, 2022 in Python by Robindeniel
...