Hi everyone,
I have two list in a python
list1=['12aa','2a','c2']
list2=['2ac','c2a','1ac']
First- Finding combinations of each two item from list1.
Second- Finding combinations of each two item from list2.
Third- Finding combinations of each two items from list1 and list2
Fourth- Calculating each combinations total length
Advice and help in Python is appreciated.
Thank you