Page 3 - Lesson Note - LISTS
P. 3

String vs List
               (Strings are immutable but list is mutable.)



























               Comparing Lists
               (Can be compared using relational operators on list containing same type of elements)




























               Operations on List
                   ➢  Concatenation
                   ➢  Replication
                   ➢  Membership Testing
                   ➢  Slicing
   1   2   3   4   5   6   7   8