r (deroche1)

Race #94

View Pit Stop page for race #94 by deroche1Ghost race

View profile for r (deroche1)

Official speed 118.48 wpm (15.39 seconds elapsed during race)
Race Start February 19, 2019 4:50:43am UTC
Race Finish February 19, 2019 4:50:58am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 39.49
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)