On 19/11/15 15:31, Greg Christian wrote:
I’m trying to sort a list of tuples based on the second item in the tuple. When
I run this in IDLE I get the correct output; however, when running inside of a
program, and calling the counter() function, sorted does not seem to work? Any
ideas on why th
On 19/11/2015 15:31, Greg Christian wrote:
I’m trying to sort a list of tuples based on the second item in the tuple. When
I run this in IDLE I get the correct output; however, when running inside of a
program, and calling the counter() function, sorted does not seem to work? Any
ideas on why
I’m trying to sort a list of tuples based on the second item in the tuple. When
I run this in IDLE I get the correct output; however, when running inside of a
program, and calling the counter() function, sorted does not seem to work? Any
ideas on why this works in IDLE and not in program would b