t = 12345, 54321, "hello!"
print t[0]

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?

t[n][n]

?
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to