● Python int number types: integer int, long integer, Boolean bool, floating point number float, complex number.
● Creating integer int: Creating a new integer variable is the same as assigning a value to a variable.
● Features of Integer: Since it is an integer when assigned naturally, the data should be an integer, which is simply understood as (positive integer and negative integer).
● Operators and methods between integer variables: python can currently support operators before integer data type variables, including addition (+), subtraction (-), multiplication (*), division (/) and power (* *).
Introduction to Python:
Python is pure free software. The source code and interpreter CPython follow the GPL(GNU General Public License) protocol. Python's grammar is simple and clear, and one of its characteristics is to force the use of spaces as sentence indents.