You have a missing ) in list(map(len, L[2::2]).
)
list(map(len, L[2::2])
It should be list(map(len, L[2::2]))
list(map(len, L[2::2]))
2.1m questions
2.1m answers
60 comments
57.0k users