Re: [Tutor] Splitting a Tuple in Python 2.7

2011-12-05 Thread Dave Angel
On 12/05/2011 09:31 PM, Greg Nielsen wrote: The following gets returned from a function that I am calling. (120, 400) While I can use the Tuple as is in my program, I would like the ability to change one or even both of the numbers depending on other events that happen. So here is my question,

[Tutor] Splitting a Tuple in Python 2.7

2011-12-05 Thread Greg Nielsen
The following gets returned from a function that I am calling. (120, 400) While I can use the Tuple as is in my program, I would like the ability to change one or even both of the numbers depending on other events that happen. So here is my question, is there a way to either 1) save each part of