getting-started-with-lists/questions.rst
changeset 342 588b681e70c6
parent 320 223044cf254f
child 374 57d145c18ccd
equal deleted inserted replaced
341:9f7eb1ed0e08 342:588b681e70c6
    41 Larger Questions
    41 Larger Questions
    42 ----------------
    42 ----------------
    43 
    43 
    44 .. A minimum of 2 questions here (along with answers)
    44 .. A minimum of 2 questions here (along with answers)
    45 
    45 
    46 1. Question 1
    46 1. Add all elemets of seq1=['e','f','g','h']
    47 2. Question 2
    47 to the sequence seq=['a','b','c','d']
       
    48    
       
    49 2. Delete all elements of seq1=[3,5,6] from sequence
       
    50    seq=[1,2,3,4,5,6,7,8,9]