Skip to content

Instantly share code, notes, and snippets.

@v1k22
Created April 6, 2021 10:31
Show Gist options
  • Select an option

  • Save v1k22/5d3306e2602fa94122637d7addfebea1 to your computer and use it in GitHub Desktop.

Select an option

Save v1k22/5d3306e2602fa94122637d7addfebea1 to your computer and use it in GitHub Desktop.
python file that reads config.json file
f = open("foo/config.json", "r")
print(f.read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment