Oliver (oliver84)

Race #14

View Pit Stop page for race #14 by oliver84Ghost race

View profile for Oliver (oliver84)

Official speed 39.80 wpm (45.83 seconds elapsed during race)
Race Start October 1, 2015 10:15:24pm UTC
Race Finish October 1, 2015 10:16:10pm UTC
Outcome No win (4 of 6)
Opponents 1. yarrpirate (47.18 wpm)
2. erh4ua (47.16 wpm)
6. richardgomes7d (35.13 wpm)
Accuracy 91.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)