(altrocality)

Race #9

View Pit Stop page for race #9 by altrocalityGhost race

View profile for (altrocality)

Official speed 78.89 wpm (23.12 seconds elapsed during race)
Race Start June 1, 2023 2:33:44pm UTC
Race Finish June 1, 2023 2:34:07pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 26.30
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)