r (deroche1)

Race #109

View Pit Stop page for race #109 by deroche1Ghost race

View profile for r (deroche1)

Official speed 110.28 wpm (16.54 seconds elapsed during race)
Race Start February 23, 2019 3:48:37am UTC
Race Finish February 23, 2019 3:48:53am UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 36.76
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)