Created
April 6, 2021 10:31
-
-
Save v1k22/5d3306e2602fa94122637d7addfebea1 to your computer and use it in GitHub Desktop.
python file that reads config.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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