Adam (grislydragon)

Race #2

View Pit Stop page for race #2 by grislydragonGhost race

View profile for Adam (grislydragon)

Official speed 37.60 wpm (48.51 seconds elapsed during race)
Race Start December 5, 2012 3:01:42pm UTC
Race Finish December 5, 2012 3:02:31pm UTC
Outcome Win (1 of 3)
Accuracy 89.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)