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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here