7. Write data to a fileΒΆ

config.write('/path/to/file')

If file was opened, then method write() can be just call without a parameter:

config.write()