Alex (alexklaus)

Race #83

View Pit Stop page for race #83 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 56.14 wpm (32.49 seconds elapsed during race)
Race Start March 31, 2019 11:05:15am UTC
Race Finish March 31, 2019 11:05:47am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 18.71
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)