Shoemaker-Levy 9 (atthetop)

Race #70

View Pit Stop page for race #70 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 63.68 wpm (28.64 seconds elapsed during race)
Race Start November 1, 2018 6:23:42pm UTC
Race Finish November 1, 2018 6:24:10pm UTC
Outcome No win (3 of 4)
Opponents 1. styrofoam (67.26 wpm)
2. uchihalol (64.18 wpm)
4. hyper_racer (45.26 wpm)
Accuracy 93.0%
Points 21.23
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)