Charlie (hobboloydn)

Race #77

View Pit Stop page for race #77 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 58.76 wpm (31.04 seconds elapsed during race)
Race Start April 17, 2025 12:52:23pm UTC
Race Finish April 17, 2025 12:52:54pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.59
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)