Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started