Arrays

Chris Mellon arkanes at gmail.com
Tue Nov 13 11:46:27 EST 2007


On Nov 13, 2007 10:26 AM, Gordon C <gc284 at vif.com> wrote:
> OK, thanks to all. The key statement is "from array import array" which is
> not exactly intuitive!
> Gord
>

It becomes intuitive when you learn Python, which is what you're
reading the tutorial for, and it's why the tutorial shows you exactly
what to type. If you're progressing through the tutorial step by step
instead of jumping ahead, you should already have been introduced to
the import statement.



More information about the Python-list mailing list