I am trying to read data from a config file.First one is config file and next one is python file.But I am getting this error. How to resolve this?
status = activeid = 51362pin = 1234[client]name = Mikesurname= Johnsprofession = Internfrom configparser import ConfigParser config = ConfigParser() config.read('test1.ini') print(config.sections())