Skip to content

Instantly share code, notes, and snippets.

@yatakeke
Created February 6, 2020 07:48
Show Gist options
  • Save yatakeke/cb2de085a2420aaea264aacda1e5f03b to your computer and use it in GitHub Desktop.
Save yatakeke/cb2de085a2420aaea264aacda1e5f03b to your computer and use it in GitHub Desktop.
with open('a', 'r') as a, open('b', 'w') as b:
do_something()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment