Smitha Jain

Smitha Jain

  • NA
  • 40
  • 5.5k

How do i solve this

Dec 29 2020 12:40 PM
lsd = [1,2,3,4,5] list(map(lambda x: x + 10 , lsd)) Error:list(map(lambda x: x + 10 , lsd)) Traceback (most recent call last): File "", line 1, in list(map(lambda x: x + 10 , lsd)) TypeError: 'list' object is not callable

Answers (1)