On Fri, 2011-02-18 at 16:10 +0530, Sathishkumar Duraisamy wrote: > Not all the time we need to be in hand. We can too construct tuple via > programatically. > example > > >>> a = (1,2,3,4) > >>>b=(5,6,7,8) > >>>c = a+b > >>>c > (1,2,3,4,5,6,7,8) > > which gives new tuple. > > Thus we create tuple programatically.
you have done it by hand -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
