Charlie (hobboloydn)

Race #103

View Pit Stop page for race #103 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 53.51 wpm (34.09 seconds elapsed during race)
Race Start April 18, 2025 9:59:26pm UTC
Race Finish April 18, 2025 10:00:00pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 17.84
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)