I want to create a LaTeX table as follows in python:
duck small dog small
medium medium
large large
how would I do that?
The list I have looks like:
lis=['dog',['small','medium','large],'duck',['small','medium','large']]