Definition: Mathematically, an integer is simply a number without a decimal like
0, 1, -1, 2, -2, etc. However, in Python, an integer (short for
'integer literal') is a container for numerical data. Therefore a
variable that holds a numeric value of any sort is considered an
integer literal in Python.

