There are several data types in the Python programming language, for example:
- integers int(x), for example, 1-2-3-4;
- fractional numbers float(x), for example, 1.0-2.0-3.5;
- str(x) strings, which can contain text and other characters.
The input() function has already been discussed earlier, this function allows the user to enter data into the program, this data can be further used.