Coffe (coffe789)

Race #3

View Pit Stop page for race #3 by coffe789Ghost race

View profile for Coffe (coffe789)

Official speed 61.66 wpm (29.58 seconds elapsed during race)
Race Start August 5, 2023 1:33:37pm UTC
Race Finish August 5, 2023 1:34:07pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 20.55
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)