Trr
0
Q:

adding two lists using lambda function

listA=['one', 'two' , 'three']
listB=['apple','cherry','watermelon']
list(map(lambda x, y: x+ ' ' +y, listA, listB))
0

New to Communities?

Join the community