Arrays? (Or lists if you prefer)

Paul Rubin http
Sun Oct 22 21:11:24 EDT 2006


"Hakusa at gmail.com" <Hakusa at gmail.com> writes:
> Way to do SIMPLE array, either internally or externally, with Python,

Maybe you want to use a dictionary:

   a = {}
   a[(3,5)] = 2



More information about the Python-list mailing list