Gabriel (gabriellima)

Race #1

View Pit Stop page for race #1 by gabriellimaGhost race

View profile for Gabriel (gabriellima)

Official speed 30.76 wpm (59.30 seconds elapsed during race)
Race Start May 22, 2011 2:43:18pm UTC
Race Finish May 22, 2011 2:44:18pm UTC
Outcome Win (1 of 2)
Opponents 2. elienai (25.91 wpm)
Accuracy 90.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)