摘要:        
Python官方文档里是这样说的:xrange([start,] stop[, step])This function is very similar to range(), but returns an ``xrange object'' instead of a list. This is an opaque sequence type which yields the same values as the corresponding list, without actually storing them all simultaneously. The advantage     阅读全文
posted @ 2012-04-27 18:36
止於至善
阅读(2784)
评论(3)
推荐(3)
        
                    
                
浙公网安备 33010602011771号