Haskell -> Python

Ian Kelly ian.g.kelly at gmail.com
Fri Nov 2 18:27:59 EDT 2012


On Fri, Nov 2, 2012 at 4:24 PM, Dave Angel <d at davea.name> wrote:
> Perhaps range(heap) should be replaced by  range(len(heap))

"heaps" is a list of ints per the OP, so "heap" is an int.



More information about the Python-list mailing list