[Tutor] (no subject)

bob gailer bgailer at gmail.com
Mon Sep 14 02:42:42 CEST 2009


Please provide a meaningful subject (other than no subject)


shellcom3 at 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


More information about the Tutor mailing list