True or False.
In programming, data type is an important concept.
True
True or False.
Variable can store data of different data types, and different data types can do different things
True
Text type
str
Numeric types
int, float, complex
Sequence types
list, tuple, range
Mapping type
dict
Set types
set, frozenset
Boolean type
bool
Binary type
bytes, bytearray, memoryview
values mean True or False
Boolean (bool)
integers are whole numbers, can be
positive or negative
Integers (int)
numbers with decimal, can be positive or negative
Float (float)
You can get the data type of a variable with the ___
type()function