A variable can represent any datatype available in Python.
It can be a String, Integer, Float, Boolean.
The value held by a variable can be replaced/updated with another value.
To check the type of value stored within a variable, we can use the type function.