Data Types
In Python, the following are the commonly used data types: int (integers) – a whole number that can be positive, negative, or zero. For example: -10, 0, 100. float (floating-point numbers) – a decimal number that can be positive, negative, … Continued