Lyndon (lyndonf)

Race #1

View Pit Stop page for race #1 by lyndonfGhost race

View profile for Lyndon (lyndonf)

Official speed 75.23 wpm (24.25 seconds elapsed during race)
Race Start September 18, 2023 9:40:40pm UTC
Race Finish September 18, 2023 9:41:04pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 25.08
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)