Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active January 19, 2021 13:49
Show Gist options
  • Save sailfish009/7f6f0806f8dcc3a4ccdf7349ec22535e to your computer and use it in GitHub Desktop.
Save sailfish009/7f6f0806f8dcc3a4ccdf7349ec22535e to your computer and use it in GitHub Desktop.
def myprint(msg):
print(msg, file=open("log.txt", "a"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment