morning (chakkonmech)

Race #1

View Pit Stop page for race #1 by chakkonmechGhost race

View profile for morning (chakkonmech)

Official speed 122.90 wpm (14.84 seconds elapsed during race)
Race Start February 16, 2019 2:42:41am UTC
Race Finish February 16, 2019 2:42:56am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 40.97
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)