#!/usr/bin/env pythonimport osls = os.linesep# get filenamewhile True: if os.path.exists(fname): print "ERROR: '%s' already exists" % fname else: breakall = []print "nEnter lines ('.' by itself to quit).n"while True: entry = raw_input('> ') if entry == '.': break else: all.append(entry)fobj = open(fname, 'w')fobj.writelines(['%s%s' % (x, ls) for x in all])fobj.close()print 'DONE!'
Name (required)
email (will not be published) (required)
Website