Vielle (arc_sec)

Race #25

View Pit Stop page for race #25 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 87.68 wpm (20.80 seconds elapsed during race)
Race Start August 8, 2019 3:26:20am UTC
Race Finish August 8, 2019 3:26:41am UTC
Outcome No win (2 of 3)
Opponents 1. spondulix (115.17 wpm)
3. lesirh (61.92 wpm)
Accuracy 96.0%
Points 29.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)