(sidd_)

Race #142

View Pit Stop page for race #142 by sidd_Ghost race

View profile for (sidd_)

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