Star Fox (anarchy_v)

Race #2

View Pit Stop page for race #2 by anarchy_vGhost race

View profile for Star Fox (anarchy_v)

Official speed 47.12 wpm (38.71 seconds elapsed during race)
Race Start May 30, 2023 1:24:09am UTC
Race Finish May 30, 2023 1:24:48am UTC
Outcome Win (1 of 2)
Accuracy 93.0%
Points 15.71
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)