Ron (xrdmzx)

Race #7

View Pit Stop page for race #7 by xrdmzxGhost race

View profile for Ron (xrdmzx)

Official speed 28.87 wpm (63.18 seconds elapsed during race)
Race Start September 3, 2015 10:18:59pm UTC
Race Finish September 3, 2015 10:20:02pm UTC
Outcome No win (3 of 3)
Opponents 1. dsat (65.26 wpm)
Accuracy 90.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)