Hello, i dont understant quite well how to interpret the *** in this code:
table = [['a', 'b'], ['c', 'd']] 2 >>> print TABLE(***[TR(***rows) for rows in table]) 3 <table><tr><td>a</td><td>b</td></tr><tr><td>c</td><td>d</td></tr></table> Can someone please have the kindness to better understand it I read the book but still not get it thank you