# Tuple list ### Description Provides a list of tuples as input. ### Output - `RESULT [STRING]`: all tuples provided; tuples need to contain one item. - `RESULT [STRING, STRING]`: all tuples provided; tuples need to contain two items. - `RESULT [STRING, STRING, STRING]`: all tuples provided; tuples need to contain three items.