Jon (jlachney)

Race #32

View Pit Stop page for race #32 by jlachneyGhost race

View profile for Jon (jlachney)

Official speed 61.38 wpm (29.72 seconds elapsed during race)
Race Start May 8, 2018 10:57:22pm UTC
Race Finish May 8, 2018 10:57:52pm UTC
Outcome Win (1 of 2)
Opponents 2. jasontime12345 (41.22 wpm)
Accuracy 94.0%
Points 20.46
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)