these are names of UFC fighters fighting this Saturday. And I want to create every possible prediction in who wins so for example from index 0, either Jan or Glover can win... etc for the rest of the list so that one of the combinations will 100% happen irl.
(Jan Vs Glover)
(Yan Vs Sandhagen)
(Islam vs Hooker)
(Li vs Khamzat)
(Volkov vs Tybura)
(Ankalaev vs Oezdemir)
eg: 1st combination: (Jan, Yan, Islam, Li, Volkov, Ankalaev) 2nd (Jan, Yan, Islam, Khamzat, Tybura, Ankalaev) etc...
from:
list_a = ['Jan', 'Yan', 'Islam', 'Li', 'Volkov', 'Ankalaev']
list_b = ['Glover', 'Sandhagen', 'Hooker', 'Khamzat', 'Tybura', 'Oezdemir']