Changes

Jump to navigation Jump to search
106 bytes added ,  12:15, 6 April 2015
Line 99: Line 99:  
* Methods: append, count, extend, index, insert, pop, remove, reverse, sort   
 
* Methods: append, count, extend, index, insert, pop, remove, reverse, sort   
 
* Functions len() - find length, max() - find highest value, min() - find lowest value, sum() - add all values average can be found with sum()/len()
 
* Functions len() - find length, max() - find highest value, min() - find lowest value, sum() - add all values average can be found with sum()/len()
 +
 +
'''Del'''
 +
Removes an item from a list.<br />
 +
example: a = [1, 2, 3, 4, 5] del a[0] returns [2, 3, 4, 5]
    
==== Tuple ====
 
==== Tuple ====

Navigation menu