Adrian (apardo04)

Race #9

View Pit Stop page for race #9 by apardo04Ghost race

View profile for Adrian (apardo04)

Official speed 33.80 wpm (53.96 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 (3 of 8)
Opponents 1. dsat (71.94 wpm)
2. erh4ua (44.76 wpm)
4. gersch (33.68 wpm)
5. richardgomes7d (32.66 wpm)
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)