View Pit Stop page for race #3 by as7771 — Ghost race
View profile for Muhammad (as7771)
Official speed | 25.62 wpm (71.19 seconds elapsed during race) |
---|---|
Race Start | November 26, 2013 4:48:14am UTC |
Race Finish | November 26, 2013 4:49:25am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. munzirae86 (31.00 wpm) |
Accuracy | 82.0% |
Points | 0.00 |
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) |