Write a code that contains a tuple of first name and another set contains a list of the last name, then concatenate the index of tuple A with the index of list B. Example: x= ("Ibrahim", "Foad") y =...



Write a code that contains a tuple of first name and another set contains a list of the last name, then concatenate the index of tuple A with the index of list B.



Example:



x= ("Ibrahim", "Foad")




y = ["Adeshola", "Fortune"]




Output:



Ibrahim Adeshola



Foad Fortune



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here