type (typegodswag)

Race #10

View Pit Stop page for race #10 by typegodswagGhost race

View profile for type (typegodswag)

Official speed 51.46 wpm (35.44 seconds elapsed during race)
Race Start July 27, 2023 7:31:04pm UTC
Race Finish July 27, 2023 7:31:40pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 17.15
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)