> > 1) shuffle around tuples for something that *isn't* a tuple > > But it is! It's a sequence of steps for traversal. Then it should be a list. Tuples should be used for fixed-length heterogeneous sequences. Lists for variable-length homogeneous sequences. --Guido van Rossum (home page: http://www.python.org/~guido/)