+ 3
1. What is the output of the following?
x = ['ab', 'cd'] print(len(list(map(list, x))))))
4 Antworten
+ 4
2. also you have to many brackets
+ 3
its [['ab'],['cd']] before it finds the length though
+ 2
Answer is: 2
Here is the Solution:
https://code.sololearn.com/c74R5lLD2Wf7/?ref=app
+ 1
definitely not abcd