Huhuhn (huhuhn)

Race #2

View Pit Stop page for race #2 by huhuhnGhost race

View profile for Huhuhn (huhuhn)

Official speed 45.49 wpm (40.10 seconds elapsed during race)
Race Start June 26, 2018 7:01:07pm UTC
Race Finish June 26, 2018 7:01:47pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.16
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)