Dan (testsubject1)

Race #18

View Pit Stop page for race #18 by testsubject1Ghost race

View profile for Dan (testsubject1)

Official speed 65.50 wpm (27.85 seconds elapsed during race)
Race Start October 12, 2025 3:51:04am UTC
Race Finish October 12, 2025 3:51:32am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 21.83
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)