no (prtlai)

Race #21

View Pit Stop page for race #21 by prtlaiGhost race

View profile for no (prtlai)

Official speed 45.59 wpm (40.01 seconds elapsed during race)
Race Start July 11, 2023 10:18:53am UTC
Race Finish July 11, 2023 10:19:33am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 15.20
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)