An “int” in Python is a built-in data type that represents an integer, meaning a whole number that could be positive, negative, or zero, without any decimal points. For example, 7, -10, and 0 are all integers, or “ints” in Python.