Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2.Write a function that takes a list of integers and a list of strings, if the two lists do not have the same length then

2.Write a function that takes a list of integers and a list of strings, if the two lists do not have the same length then print(sorry this function will not work) if they do have the same length then make a new list where the value of newlist[0] equals whatever value of stringlist[0] is plus whatever the value of integer list[0] is . The same applies for new lists[1] etc.. when the function is complete print, complete! Then return the value of the new list Hint.. you may need to convert your integers into string.. Look at the str() method in python

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions