Python: Add two given lists using map and lambda
Write a Python program to add two given lists using map and lambda.
Sample Solution:
Python Code :
Sample Output:
Original list: [1, 2, 3] [4, 5, 6] Result: after adding two list [5, 7, 9]
Python Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
Previous: Write a Python program to find the values of length six in a given list using Lambda.
Next: Write a Python program to find the second lowest grade of any student(s) from the given names and grades of each student using lists and lambda.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics