Michael Condra (former_repro_typist)

Race #2

View Pit Stop page for race #2 by former_repro_typistGhost race

View profile for Michael Condra (former_repro_typist)

Official speed 64.63 wpm (28.22 seconds elapsed during race)
Race Start June 3, 2025 10:10:59pm UTC
Race Finish June 3, 2025 10:11:27pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 21.54
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)