f = open('temp.txt', 'w')for i in range(250): f.write('%03d) this is a test.n' % i)f.close()
Name (required)
email (will not be published) (required)
Website