vicbrabo (vicbr4bo)

Race #2

View Pit Stop page for race #2 by vicbr4boGhost race

View profile for vicbrabo (vicbr4bo)

Official speed 86.71 wpm (21.04 seconds elapsed during race)
Race Start August 19, 2023 8:27:16pm UTC
Race Finish August 19, 2023 8:27:37pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 28.90
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)