Charlie (hobboloydn)

Race #116

View Pit Stop page for race #116 by hobboloydnGhost race

View profile for Charlie (hobboloydn)

Official speed 58.52 wpm (31.17 seconds elapsed during race)
Race Start April 18, 2025 10:18:10pm UTC
Race Finish April 18, 2025 10:18:41pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 19.51
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)