r (deroche1)

Race #90

View Pit Stop page for race #90 by deroche1Ghost race

View profile for r (deroche1)

Official speed 103.61 wpm (17.60 seconds elapsed during race)
Race Start February 16, 2019 10:55:55pm UTC
Race Finish February 16, 2019 10:56:12pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 34.54
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)