myfile = open('myfile', 'w') # open for output (creates)myfile.write('hello text filen') # write a line of textmyfile.close()
Name (required)
email (will not be published) (required)
Website