Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created March 8, 2018 07:21
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 tuttelikz/c90755d2910e5686323d6d07295129ce to your computer and use it in GitHub Desktop.
Save tuttelikz/c90755d2910e5686323d6d07295129ce to your computer and use it in GitHub Desktop.
Open a text file and write
text_file = open("Output.txt", "w")
text_file.write("101010")
text_file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment