diff -r 9f7eb1ed0e08 -r 588b681e70c6 getting-started-with-lists/questions.rst --- a/getting-started-with-lists/questions.rst Wed Oct 20 16:19:55 2010 +0530 +++ b/getting-started-with-lists/questions.rst Thu Oct 21 00:22:42 2010 +0530 @@ -43,5 +43,8 @@ .. A minimum of 2 questions here (along with answers) -1. Question 1 -2. Question 2 +1. Add all elemets of seq1=['e','f','g','h'] +to the sequence seq=['a','b','c','d'] + +2. Delete all elements of seq1=[3,5,6] from sequence + seq=[1,2,3,4,5,6,7,8,9]