vloek (tikpyp)

Race #506

View Pit Stop page for race #506 by tikpypGhost race

View profile for vloek (tikpyp)

Official speed 46.74 wpm (39.02 seconds elapsed during race)
Race Start November 22, 2025 2:44:23pm UTC
Race Finish November 22, 2025 2:45:02pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 15.58
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)