Charlie (hobboloydn)

Race #45

View Pit Stop page for race #45 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 61.93 wpm (29.45 seconds elapsed during race)
Race Start April 14, 2025 3:26:10pm UTC
Race Finish April 14, 2025 3:26:39pm UTC
Outcome Win (1 of 3)
Accuracy 98.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)