a couple of things I don't understand wrt lists

Ethan Furman ethan at stoneleaf.us
Tue Apr 16 18:37:17 EDT 2013


On 04/16/2013 08:37 AM, aaB wrote:
> rule = getrule(int(8))

just  rule = getrule(8)  is sufficient -- you don't need to cast the integer 8 to an integer.  ;)


> Thanks, and sorry for the rather long post.

Not too long at all:  it had lots of detail of what you were trying to do, what you were expecting, and what you got; it 
was darn near perfect.

--
~Ethan~



More information about the Python-list mailing list