slayerofthend (slayerofthend)

Race #4

View Pit Stop page for race #4 by slayerofthendGhost race

View profile for slayerofthend (slayerofthend)

Official speed 71.28 wpm (25.59 seconds elapsed during race)
Race Start August 8, 2022 9:32:56pm UTC
Race Finish August 8, 2022 9:33:22pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 23.76
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)