On 6/9/2010 8:39 PM, james_027 wrote:
hi,I am trying to reverse the order of my list of tuples and its is returning a None to me. Is the reverse() function not allow on list containing tuples?
No. Mutation methods of builtins generally return None. -- http://mail.python.org/mailman/listinfo/python-list