Meant to send to group Sent from my Verizon Wireless BlackBerry -----Original Message----- From: eire1...@gmail.com Date: Tue, 6 Dec 2011 02:48:00 To: Greg Nielsen<gollumgreg407...@gmail.com> Reply-To: eire1...@gmail.com Subject: Re: [Tutor] Splitting a Tuple in Python 2.7
s =(1,2) x = s[0] Printing x above will print the digit 1. You cando the same for the second index as well Sent from my Verizon Wireless BlackBerry -----Original Message----- From: Greg Nielsen <gollumgreg407...@gmail.com> Sender: tutor-bounces+eire1130=gmail....@python.org Date: Mon, 5 Dec 2011 21:31:33 To: <tutor@python.org> Subject: [Tutor] Splitting a Tuple in Python 2.7 _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor