Daniel (dsat)

Race #24

View Pit Stop page for race #24 by dsatGhost race

View profile for Daniel (dsat)

Official speed 71.34 wpm (25.57 seconds elapsed during race)
Race Start September 24, 2015 10:10:15pm UTC
Race Finish September 24, 2015 10:10:41pm UTC
Outcome Win (1 of 8)
Opponents 2. yamileth (64.80 wpm)
3. arturojreal (51.18 wpm)
5. erh4ua (44.92 wpm)
6. iceryda4047 (40.71 wpm)
7. yarrpirate (36.10 wpm)
8. richardgomes7d (25.50 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)