2020年8月13日

python编程从零基础到项目实践第7章学习---类

摘要: 只是大概写下,具体还没了解透彻 这算是一个基本的类 class Box1(): def __init__(self,length1,width1,height1): self.length=length1 self.width=width1 self.height=height1 def volum 阅读全文

posted @ 2020-08-13 17:53 刘阿童木 阅读(165) 评论(0) 推荐(0)

导航