Alex (alexklaus)

Race #144

View Pit Stop page for race #144 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 64.71 wpm (28.19 seconds elapsed during race)
Race Start August 30, 2021 11:52:39pm UTC
Race Finish August 30, 2021 11:53:07pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 21.57
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)