Integer - The int data type represents whole numbers, both positive and negative, without any decimal point. For example, 1, -5, and 1000 are integers, Real - The float data type represents real numbers with a decimal point. It can store both integer and fractional parts. For example, 3.14, -0.5, and 2.0 are floats., String - The str data type represents a sequence of characters. Strings are used for representing text and are enclosed in single, double, or triple quotes. For example, "Hello, World!" is a string., Boolean - The bool data type represents binary values, typically denoting either True or False. Booleans are used for logical operations and conditional expressions., Char - Unlike some other programming languages, Python does not have a separate char data type. In Python, individual characters are represented as strings containing a single character. For example, 'A' or '7' are single-character strings.,

S3 Python - Data Types

Leaderboard

Visual style

Options

Switch template

Continue editing: ?