r (deroche1)

Race #43

View Pit Stop page for race #43 by deroche1Ghost race

View profile for r (deroche1)

Official speed 127.78 wpm (14.27 seconds elapsed during race)
Race Start February 14, 2019 4:11:13am UTC
Race Finish February 14, 2019 4:11:27am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 42.59
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)