摘要: class Vehicle: def __int__(self,speed): self.speed=speed def drive(self,distance): print 'need %f hour(s)'%(distance/self.... 阅读全文
posted @ 2015-06-30 08:54 微博和csdn还有你 阅读(248) 评论(0) 推荐(0) 编辑