<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I have a list of lists which all contain strings.&nbsp; [[String]].&nbsp; I need to figure out how to print them so that after each individual string, there is a new line.<br><br>If this is the initial list [["abc", "cde"] ["fgh", "ghi"]]<br>[["abc"<br>&nbsp; "cde"]<br>&nbsp;["fgh",<br>&nbsp; "ghi"]]<br><br>Can anyone help me figure this out? Thanks.<br><br><br><div><span style="font-weight: bold; color: rgb(64, 0, 127);"></span><br></div></td></tr></table><br>