摘要:        
1 #coding=utf-8 2 class Fruit:#定义一个类 3 def __init__(self,color): 4 self.color=color 5 print("fruit's color:' %s" % self.color) 6 7 def grow(self): 8 p...    阅读全文
        
            posted @ 2016-01-26 14:56
Andy_963
阅读(265)
评论(0)
推荐(0)
        
    
浙公网安备 33010602011771号