Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. out_file = "output.txt"
  2. g = open(out_file, 'w')
  3. g.write("hello world")
  4. g.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement