Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Python
(view source)
Revision as of 10:05, 29 November 2018
67 bytes added
,
10:05, 29 November 2018
→List
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 />
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version