this is my python code
import configparser cfg = configparser.ConfigParser() cfg.read(\'config.ini\') message = cfg[\'common\'][\'msg\'] pri