Skip to content

Instantly share code, notes, and snippets.

@CallMeReznov
Created April 2, 2019 12:27
Show Gist options
  • Select an option

  • Save CallMeReznov/dd4f93bc36d72da8716a819fa0d4d59d to your computer and use it in GitHub Desktop.

Select an option

Save CallMeReznov/dd4f93bc36d72da8716a819fa0d4d59d to your computer and use it in GitHub Desktop.
import configparser
config = configparser.ConfigParser(strict=False)
config.read('1.txt')
print(config.get('red'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment