Configparser Ini Python Python 2.7 How To Write Ini-files Without Sections? May 30, 2024 Post a Comment I need to create a file in the following format: option1 = 99 option2 = 34 do_it = True ... When I… Read more How To Write Ini-files Without Sections?