#!/usr/bin/env python
fh = open("out.txt", "w")
fh.write ("estamos escribiendo ...\n")
fh.close() 
