Dennis Lee Bieber wrote:

just an fyi....

        self.towers = [ list(reversed(range(self.numDisks))),

or range(self.numDisks-1,-1,-1)

Emile

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to