David (davidcaron)

Race #11

View Pit Stop page for race #11 by davidcaronGhost race

View profile for David (davidcaron)

Official speed 55.67 wpm (32.76 seconds elapsed during race)
Race Start November 2, 2022 7:58:42pm UTC
Race Finish November 2, 2022 7:59:15pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 18.56
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)