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 the Tuple into a seperate variable or 2) edit just one part of the Tuple
without knowing or affecting the other number. Thanks for the help!

Greg
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to