Emily (erh4ua)

Race #13

View Pit Stop page for race #13 by erh4uaGhost race

View profile for Emily (erh4ua)

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