Skip to content

Instantly share code, notes, and snippets.

@JeffersGlass
Created November 22, 2020 17:53
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 JeffersGlass/add684c8351dc591c2f459575851c6d5 to your computer and use it in GitHub Desktop.
Save JeffersGlass/add684c8351dc591c2f459575851c6d5 to your computer and use it in GitHub Desktop.
filename = "helloworld.txt"
f = open(filename, "w")
f.write("Hello world, again!")
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment