thomas (thomascdh)

Race #8

View Pit Stop page for race #8 by thomascdhGhost race

View profile for thomas (thomascdh)

Official speed 35.11 wpm (51.95 seconds elapsed during race)
Race Start March 21, 2025 10:14:51pm UTC
Race Finish March 21, 2025 10:15:43pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 11.70
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)