Created
October 10, 2018 21:54
-
-
Save Aekschen/9c5dbb12d3206a4ee27d57a42904d82d to your computer and use it in GitHub Desktop.
read text 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
| def read_geojson_array(): | |
| with open('/tmp/unicode.txt') as f: | |
| variable=f.read() | |
| print(variable) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment