Python

Sort

Arrange the elements in a collection in ascending order

Minimum

The smallest value in a collection

Maximum

The largest value in a collection

Reference

A name that points to data

Identity comparison

Check whether two different variables refer to the same data

List equality comparison

Check whether two lists contain all of the same elements in the same order

List concatenation

Create a new list by joining two lists together

List repetition

Create a new list from multiple copies of an existing list

Character

A single letter, number, punctuation mark, or symbol represented as a string

Substring

Zero or more sequential characters in a string

Immutable

Unable to be changed after it is created

Slice

Create a new collection by copying a sequence of elements from an existing collection