daniel3131 (daniel3131)

Race #30

View Pit Stop page for race #30 by daniel3131Ghost race

View profile for daniel3131 (daniel3131)

Official speed 81.25 wpm (22.45 seconds elapsed during race)
Race Start October 16, 2019 2:14:44pm UTC
Race Finish October 16, 2019 2:15:07pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 27.08
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)