THANK YOU (qwertydude6)

Race #4

View Pit Stop page for race #4 by qwertydude6Ghost race

View profile for THANK YOU (qwertydude6)

Official speed 30.89 wpm (59.05 seconds elapsed during race)
Race Start May 29, 2011 12:37:18am UTC
Race Finish May 29, 2011 12:38:17am UTC
Outcome Win (1 of 3)
Accuracy 88.0%
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)