Guest User

Untitled

a guest
Mar 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. text_file = open("Output.txt", "w")
  2. text_file.write("101010")
  3. text_file.close()
Add Comment
Please, Sign In to add comment