NebulaGrey (dmorrow3)

Race #5

View Pit Stop page for race #5 by dmorrow3Ghost race

View profile for NebulaGrey (dmorrow3)

Official speed 69.25 wpm (26.34 seconds elapsed during race)
Race Start October 15, 2017 1:26:56am UTC
Race Finish October 15, 2017 1:27:22am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 23.08
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)