Skelly (skelly_boi)

Race #1

View Pit Stop page for race #1 by skelly_boiGhost race

View profile for Skelly (skelly_boi)

Official speed 32.37 wpm (56.35 seconds elapsed during race)
Race Start June 17, 2022 9:09:24am UTC
Race Finish June 17, 2022 9:10:20am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 10.79
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)