How to Use Interpolation
Using interpolation with configparser in python
We'll cover the following...
The configparser module also allows interpolation, which means you can use some options to build another option. We actually do this with the font_info option in that its ...