David (david_chen)

Race #22

View Pit Stop page for race #22 by david_chenGhost race

View profile for David (david_chen)

Official speed 48.63 wpm (37.51 seconds elapsed during race)
Race Start April 25, 2025 5:05:28pm UTC
Race Finish April 25, 2025 5:06:05pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.21
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)