Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> [1,2,3,4,5] + [99,88,77,66,0] [1, 2, 3, 4, 5, 99, 88, 77, 66, 0]
On Tue, Oct 23, 2012 at 6:36 PM, inshu chauhan <insidesh...@gmail.com> wrote: > can we append a list with another list in Python ? using the normal routine > syntax but with a for loop ?? > > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/listinfo/python-list