Changes

Jump to navigation Jump to search
67 bytes added ,  10:05, 29 November 2018
Line 115: Line 115:  
* 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()
 
+
* reversed list:
 +
** list.reverse()
 +
** list[::-1]
 +
** reversed(list)
 
'''Del'''
 
'''Del'''
 
Removes an item from a list.<br />  
 
Removes an item from a list.<br />  

Navigation menu