- Learn Python by Building Data Science Applications
- Philipp Kats David Katz
- 64字
- 2021-06-24 13:06:01
Variable properties
As we have learned already, variables are a critical part of any code. Sometimes, however, they can be confusing, as we won't be sure what type of value is hiding behind the alias, and what properties it has. The functions explained in the following sections help us to inspect the values, look at the documentation, and explore their types, methods, and attributes.