tsds (tsds)

Race #37

View Pit Stop page for race #37 by tsdsGhost race

View profile for tsds (tsds)

Official speed 38.92 wpm (46.87 seconds elapsed during race)
Race Start September 8, 2021 2:37:05pm UTC
Race Finish September 8, 2021 2:37:52pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 12.97
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)