Re: [Tutor] list sort problem solved

2009-09-20 Thread Dave Angel
Rayon wrote: list = bigMethod() # this method makes the list list.sort() # here is the sort thanks for x in list: # out put the sort print x it all works Thanks a lot -- From: "Dave Angel" Sent: Saturday, September 19, 2009 7:46 PM To: "Rayon"

Re: [Tutor] list sort problem solved

2009-09-20 Thread Rayon
list = bigMethod() # this method makes the list list.sort() # here is the sort thanks for x in list: # out put the sort print x it all works Thanks a lot -- From: "Dave Angel" Sent: Saturday, September 19, 2009 7:46 PM To: "Rayon" Cc: Subject