How can I get new line with configparser file, I've tried to find a solution but It didn't helped me

前端 未结 0 888
北恋
北恋 2020-12-23 08:49

this is my python code

import configparser
cfg = configparser.ConfigParser()
cfg.read(\'config.ini\')
message = cfg[\'common\'][\'msg\']

pri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题