There are the following two kinds of variables in Python:
- Constants: These define values that are not supposed to change during program execution
- Public and private variables: These hold the state of applications that can change during program execution