Gersch (gersch)

Race #8

View Pit Stop page for race #8 by gerschGhost race

View profile for Gersch (gersch)

Official speed 33.68 wpm (54.16 seconds elapsed during race)
Race Start September 17, 2015 10:36:48pm UTC
Race Finish September 17, 2015 10:37:42pm UTC
Outcome No win (4 of 8)
Opponents 1. dsat (71.94 wpm)
2. erh4ua (44.76 wpm)
3. apardo04 (33.80 wpm)
5. richardgomes7d (32.66 wpm)
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)