View Pit Stop page for race #2 by tanyuanji — Ghost race
View profile for 景云 (tanyuanji)
Official speed | 56.77 wpm (32.13 seconds elapsed during race) |
---|---|
Race Start | May 26, 2011 8:38:16am UTC |
Race Finish | May 26, 2011 8:38:48am UTC |
Outcome | Win (1 of 2) |
Accuracy | 93.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) |