Appendix E: Built-in functions

In this appendix:

E.1. Built-in functions

  • abs, all, any, etc…​

E.2. List methods

The most important list functions are:

len(list), min(list), max(list), sum(list), sorted(list)

also: + *

slicing

The most important methods are:

list.append(), list.clear(), list.copy(), list.count(), list.extend(), list.index(), list.pop(), list.remove(), list.reverse(), list.sort()


1. https://shakespeareoxfordfellowship.org/shakespeare-by-the-numbers-what-stylometrics-can-and-cannot-tell-us