Aburro (telilee)

Race #2

View Pit Stop page for race #2 by telileeGhost race

View profile for Aburro (telilee)

Official speed 47.29 wpm (38.57 seconds elapsed during race)
Race Start May 17, 2011 2:29:50am UTC
Race Finish May 17, 2011 2:30:29am UTC
Outcome Win (1 of 2)
Accuracy 94.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)