vloek (tikpyp)

Race #411

View Pit Stop page for race #411 by tikpypGhost race

View profile for vloek (tikpyp)

Official speed 50.76 wpm (35.93 seconds elapsed during race)
Race Start May 23, 2025 10:37:22pm UTC
Race Finish May 23, 2025 10:37:58pm UTC
Outcome No win (3 of 3)
Accuracy 100.0%
Points 16.92
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)