List: twoLists help

python version 3

Last clue for twoLists second part:

for i in range(len(twoLists[0])):
    for j in range(len(twoLists)):
        print( '\t',twoLists[?][?],' ',end='')
    print()