Donnie (donnien7)

Race #1

View Pit Stop page for race #1 by donnien7Ghost race

View profile for Donnie (donnien7)

Official speed 36.91 wpm (49.42 seconds elapsed during race)
Race Start May 17, 2011 7:32:29pm UTC
Race Finish May 17, 2011 7:33:19pm UTC
Outcome Win (1 of 2)
Opponents 2. dreebee07 (27.23 wpm)
Accuracy 87.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)