Ha (cndv)

Race #5

View Pit Stop page for race #5 by cndvGhost race

View profile for Ha (cndv)

Official speed 45.98 wpm (39.67 seconds elapsed during race)
Race Start February 18, 2015 7:52:50pm UTC
Race Finish February 18, 2015 7:53:30pm UTC
Outcome No win (2 of 3)
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)