Vielle (arc_sec)

Race #8

View Pit Stop page for race #8 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 89.11 wpm (20.47 seconds elapsed during race)
Race Start February 16, 2019 5:52:35am UTC
Race Finish February 16, 2019 5:52:55am UTC
Outcome No win (3 of 4)
Opponents 1. deroche1 (115.65 wpm)
2. sidd_ (106.27 wpm)
Accuracy 97.0%
Points 29.70
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)