t = 12345, 54321, &quot;hello!&quot;<br>print t[0]<br><br>the way the 3 items are saved and access fits my need, now how do I make t have more than one entry so effectively I get this? <br><br>t[n][n]<br><br>?<br>