I have the following list:
x = [([1,2], [1, 2]), ([1,2], [4, 5])]
And I wanted to check if the first list of each tuple is always the same.
Note: List x contains tuples with lists. These tuples may vary, meaning there may be more tuples...
asked on
28.04.2015 / 20:20