I have this list ["A","B","C","D"] and this other [["B","C"],["A","C"],["A","B","D"],["C"]] and I want to convert it to this [("A","B"),("A","C"),("B","A"),("B","C"),("C","A"),("C","B"),("C","D"),("D","C")] for each element...
asked by
19.06.2017 / 20:31