Benjin (benjin7)

Race #2

View Pit Stop page for race #2 by benjin7Ghost race

View profile for Benjin (benjin7)

Official speed 46.49 wpm (39.23 seconds elapsed during race)
Race Start August 9, 2023 11:08:25am UTC
Race Finish August 9, 2023 11:09:04am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.50
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)