Please provide a meaningful subject (other than no subject)


shellc...@juno.com wrote:
I want to take two tuples and and print out all the elements in both tuples

Please explain your goals more thoroughly.

A trivial answer to your question is:

tuple1 = (2.3)
tuple2 = (3,4)
print tuple1, tuple2

You probably want something different. So explain please.

--
Bob Gailer
Chapel Hill NC
919-636-4239
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to