Oops, I mean :
def text_wrapper(file_name = None, pre_text = None, text = None, post_text = None): f = open(file, 'a') f.write("%s\n%s\n%s\n" % (pre_text, text, post_text) f.close() -- http://mail.python.org/mailman/listinfo/python-list
Oops, I mean :
def text_wrapper(file_name = None, pre_text = None, text = None, post_text = None): f = open(file, 'a') f.write("%s\n%s\n%s\n" % (pre_text, text, post_text) f.close() -- http://mail.python.org/mailman/listinfo/python-list