Skip to content

Instantly share code, notes, and snippets.

@junf
Created June 3, 2018 03:24
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 junf/07d86dfd060a931fc64423b7bc7c2fcf to your computer and use it in GitHub Desktop.
Save junf/07d86dfd060a931fc64423b7bc7c2fcf to your computer and use it in GitHub Desktop.
mode の検証2
with open('abc.txt', mode) as f:
print(f.tell())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment