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.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?