@dudiellon (dudiellon)

Race #368

View Pit Stop page for race #368 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 61.04 wpm (29.88 seconds elapsed during race)
Race Start July 26, 2011 1:59:04pm UTC
Race Finish July 26, 2011 1:59:34pm UTC
Outcome Win (1 of 2)
Accuracy 93.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)