"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Way to do SIMPLE array, either internally or externally, with Python,
Maybe you want to use a dictionary: a = {} a[(3,5)] = 2 -- http://mail.python.org/mailman/listinfo/python-list
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Way to do SIMPLE array, either internally or externally, with Python,
Maybe you want to use a dictionary: a = {} a[(3,5)] = 2 -- http://mail.python.org/mailman/listinfo/python-list