daniel3131 (daniel3131)

Race #22

View Pit Stop page for race #22 by daniel3131Ghost race

View profile for daniel3131 (daniel3131)

Official speed 79.64 wpm (22.90 seconds elapsed during race)
Race Start October 16, 2019 1:56:18pm UTC
Race Finish October 16, 2019 1:56:41pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 26.55
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)