Skip to content

Instantly share code, notes, and snippets.

@nogawanogawa
Last active May 2, 2018 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nogawanogawa/528b91b0f9afa8902c9a8445556e4e47 to your computer and use it in GitHub Desktop.
Save nogawanogawa/528b91b0f9afa8902c9a8445556e4e47 to your computer and use it in GitHub Desktop.
### File書き込み
#filepath="FILENAME.png"
filepath="FILENAME.jpg"
with open(filepath, 'wb') as fd:
fd.write(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment