👉 The largest number in a set of numbers. In programming, it is used to denote the maximum value that can be assigned to a variable or an element in a list or tuple. In mathematics and statistics, it refers to the numerical value that is considered to be "largest" or "maximum." It's often associated with the concept of range. For example: ```python numbers = [1, 2, 3, 4, 5] largest_number = max(numbers