@dudiellon (dudiellon)

Race #63

View Pit Stop page for race #63 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 56.63 wpm (32.21 seconds elapsed during race)
Race Start April 14, 2011 4:45:04am UTC
Race Finish April 14, 2011 4:45:36am UTC
Outcome Win (1 of 2)
Opponents 2. elienai2 (22.82 wpm)
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)