Page 5 - Lesson Note - LISTS
P. 5

List and Standard Library Functions



               len
               returns the length of the list





               sum

               returns the sum of the elements for a number list, else returns type error







               max and min functions
               returns max/min from a list based on ordinal/ASCII values
               comparison can not be done between number and strings

















               del
               deletes the complete list from memory
   1   2   3   4   5   6   7   8