Dria (dreebee07)

Race #1

View Pit Stop page for race #1 by dreebee07Ghost race

View profile for Dria (dreebee07)

Official speed 27.23 wpm (66.98 seconds elapsed during race)
Race Start May 17, 2011 7:32:29pm UTC
Race Finish May 17, 2011 7:33:36pm UTC
Outcome No win (2 of 2)
Opponents 1. donnien7 (36.91 wpm)
Accuracy 79.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)