Page 4 - Lesson Note - LISTS
P. 4

Concatenation, Replication, Membership





















               SLICING (LIST[START : STOP : STEP])



















               Slicing for List Modification
               Slice of a list can be modified, values assigned must be a sequence
   1   2   3   4   5   6   7   8