摘要: 实例一: class Geese: '''大雁类 ''' def __init__(self, beak, wing, claw): print("我是大雁类!我有一下特征:") print(beak) print(wing) print(claw) def fly(self,state): pri 阅读全文
posted @ 2022-10-27 10:43 超级无敌宇宙暴龙战士 阅读(69) 评论(0) 推荐(0)