Semaj (officialmaj)

Race #9

View Pit Stop page for race #9 by officialmajGhost race

View profile for Semaj (officialmaj)

Official speed 64.42 wpm (28.31 seconds elapsed during race)
Race Start May 26, 2018 7:22:18am UTC
Race Finish May 26, 2018 7:22:47am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 21.47
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)