why (im_sorry_im_cheating)

Race #1

View Pit Stop page for race #1 by im_sorry_im_cheatingGhost race

View profile for why (im_sorry_im_cheating)

Official speed 96.59 wpm (18.88 seconds elapsed during race)
Race Start August 13, 2018 12:04:37am UTC
Race Finish August 13, 2018 12:04:56am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 32.20
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)