Charlie (hobboloydn)

Race #49

View Pit Stop page for race #49 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 63.89 wpm (28.55 seconds elapsed during race)
Race Start April 14, 2025 3:30:40pm UTC
Race Finish April 14, 2025 3:31:08pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 21.30
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)