Charlie (hobboloydn)

Race #161

View Pit Stop page for race #161 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 61.91 wpm (29.46 seconds elapsed during race)
Race Start May 2, 2025 12:07:17pm UTC
Race Finish May 2, 2025 12:07:46pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 20.64
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)