riven
Integers are whole numbers without a fractional component. They can be positive, negative, or zero.
Example:
Example of Arithmetic Operations:
Floats are numbers that contain a decimal point or are in exponential form. They represent real numbers.
Strings are sequences of characters used to represent text. They are enclosed in either single quotes (') or double quotes (").
'
"
+
Example of String Operations:
Booleans represent one of two values: True or False. They are often used in conditional statements and logical operations.
True
False
and
or
not
Example of Boolean Logic: