saow (nhokkadai)

Race #1

View Pit Stop page for race #1 by nhokkadaiGhost race

View profile for saow (nhokkadai)

Official speed 38.34 wpm (47.57 seconds elapsed during race)
Race Start May 4, 2025 7:12:41pm UTC
Race Finish May 4, 2025 7:13:29pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 12.78
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)