I have a list/tuple containing uneven sublists (query result from SQLAlchemy), which looks like this:
x = [(\'x\', [1,2], [3,4])]
I want to u