I have a list of some elements, e.g. [1, 2, 3, 4] and a single object, e.g. \'a\'. I want to produce a list of tuples with the elements of the list in
[1, 2, 3, 4]
\'a\'