- 
              #lines = 1000*1000
- 
              lines = 1000*1000*3
- 
              
- 
              f = open(r"test.txt", "w")
- 
              for x in range(lines):
- 
              f.write("".join([str(x) * 10, "\n"]))
- 
              
- 
              f.close()
- 
              
        Posted by torhu Thu 22nd Mar 2007 08:27 - Syntax is None/text - 42 views
Download | New Post | Modify | Hide line numbers
      Download | New Post | Modify | Hide line numbers
PermaLink to this entry https://pastebin.co.uk/12134
        Posted by torhu Thu 22nd Mar 2007 08:27 - Syntax is None/text - 42 views
Download | New Post | Modify | Hide line numbers
      Download | New Post | Modify | Hide line numbers
 
    
Comments: 0