Let\'s say i have an array of Tuples, s, in the form of:
s = ((1, 23, 34),(2, 34, 44), (3, 444, 234))
and i want to return another Tuple,
No.
t = tuple(x[0] for x in s)