All pastes #2127394 Raw Edit

asdf

public python v1 · immutable
#2127394 ·published 2012-03-12 17:58 UTC
rendered paste body
with open('asdf.txt', 'a') as f:	for i in xrange(1024 * 1024 * 1024 * 1):		if i % ( 1024 * 1024 ) == 0: 			print (str(i) + "...")		f.write('a')