Python 1 - Output, Operators and Data
Python 1 - Output, Operators and Data
A data type is a categorisation of the values that can be stored in a variable and
the operations that can be performed on it.
Floating Point/Real (Float): a number with a decimal part, e.g. 10.5, 100.0, -7.6
1.0
“100”
True
“True”
0 Integer
“100” String
True Boolean
“True” String
EXIT
T
TICKE What mathematical operator could you use in Python to find
out if one number is divisible by another?