Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created November 10, 2021 09:34
Show Gist options
  • Save thanakijwanavit/e6e1254c70e51becf31e92e52ab508f5 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/e6e1254c70e51becf31e92e52ab508f5 to your computer and use it in GitHub Desktop.
import json
with open('/content/drive/MyDrive/example.json', 'w') as f:
json.dump({'key':'xxx','secret':'xxx'}, f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment