Skip to content

Instantly share code, notes, and snippets.

@LimaGuilherme
Created May 4, 2020 20:25
Show Gist options
  • Save LimaGuilherme/b2731378bbf18fe56d4d2ba3543009e1 to your computer and use it in GitHub Desktop.
Save LimaGuilherme/b2731378bbf18fe56d4d2ba3543009e1 to your computer and use it in GitHub Desktop.
f = open('workfile' ,'w')
new_content = 'someContent'
f.write(new_content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment