array definition problem?

Nick Perkins nperkins7 at home.com
Tue Apr 24 03:39:05 EDT 2001


The difference is that in one case you are passing a single argument to
array(..), a tuple with three elements.

The call that does not work is passing 3 arguments to array(..).

The final version packs those 3 values into one tuple, and passes it
as the only argument to array(..)







More information about the Python-list mailing list