tsds (tsds)

Race #86

View Pit Stop page for race #86 by tsdsGhost race

View profile for tsds (tsds)

Official speed 39.36 wpm (46.34 seconds elapsed during race)
Race Start September 17, 2021 7:03:39am UTC
Race Finish September 17, 2021 7:04:25am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 13.12
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)