Justin (psyframelordomega)

Race #5

View Pit Stop page for race #5 by psyframelordomegaGhost race

View profile for Justin (psyframelordomega)

Official speed 67.71 wpm (26.94 seconds elapsed during race)
Race Start May 28, 2017 4:08:31pm UTC
Race Finish May 28, 2017 4:08:58pm UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 0.00
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)