The numbers and word variables both contain iterables. Use the zip() function to print a list of tuples where each tuple contains one element from numbers and one from word.
The variables are already defined; you do not need to accept any input.