Question: SPIRIT Assignment 1) Write a python function that accepts two lists as parameters and returns similar items. . 2) Write a python function that accepts

 SPIRIT Assignment 1) Write a python function that accepts two lists

SPIRIT Assignment 1) Write a python function that accepts two lists as parameters and returns similar items. . 2) Write a python function that accepts a list as a parameter and returns the list in reverse order. Given: [1, 2, 3, 4, 5] Return: 5, 43, 2, 1] . 3) Write a program that concatenate the corresponding items of two lists Given: list1 = ["M", "na", "i", "Ke"] list2 = ["y", "me", "s", "Ily"] Return: ['My', 'name', 'is', 'Kelly']

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!