john (nothisisjohn)

Race #4

View Pit Stop page for race #4 by nothisisjohnGhost race

View profile for john (nothisisjohn)

Official speed 62.79 wpm (29.05 seconds elapsed during race)
Race Start July 22, 2019 7:36:28pm UTC
Race Finish July 22, 2019 7:36:57pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 20.93
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)