nmyo (nmyo)

Race #17

View Pit Stop page for race #17 by nmyoGhost race

View profile for nmyo (nmyo)

Official speed 66.23 wpm (27.54 seconds elapsed during race)
Race Start February 25, 2019 2:35:57pm UTC
Race Finish February 25, 2019 2:36:24pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 22.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)