Charlie (hobboloydn)

Race #154

View Pit Stop page for race #154 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 67.23 wpm (27.13 seconds elapsed during race)
Race Start May 1, 2025 2:04:53pm UTC
Race Finish May 1, 2025 2:05:20pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 22.41
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)