ISU (isu_theking)

Race #47

View Pit Stop page for race #47 by isu_thekingGhost race

View profile for ISU (isu_theking)

Official speed 46.47 wpm (39.25 seconds elapsed during race)
Race Start June 27, 2025 5:24:45pm UTC
Race Finish June 27, 2025 5:25:24pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 15.49
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)