Adrian (apardo04)

Race #14

View Pit Stop page for race #14 by apardo04Ghost race

View profile for Adrian (apardo04)

Official speed 44.56 wpm (40.93 seconds elapsed during race)
Race Start September 17, 2015 10:48:38pm UTC
Race Finish September 17, 2015 10:49:19pm UTC
Outcome No win (5 of 10)
Opponents 1. dsat (67.97 wpm)
2. yamileth (55.24 wpm)
3. arturojreal (49.84 wpm)
4. erh4ua (46.51 wpm)
6. yarrpirate (40.56 wpm)
8. gersch (38.75 wpm)
Accuracy 96.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)