热门标签
更多>
搜索结果
查询Tags标签: swallow,共有 2条记录-
python3中类的继承
1、假设定义一个鸟类 BirdBase,包含两个属性name、age;两个方法eat(),fly()#!/usr/bin/env python # -*- coding: utf-8 -*- # @File : bird_base.py # @Author: ttwang # @Date : 2021/10/18 # @Desc : 鸟类BirdBaseclass BirdBase(object):"""假设…
2021/10/18 17:09:59 人评论 次浏览 -
python3中类的继承
1、假设定义一个鸟类 BirdBase,包含两个属性name、age;两个方法eat(),fly()#!/usr/bin/env python # -*- coding: utf-8 -*- # @File : bird_base.py # @Author: ttwang # @Date : 2021/10/18 # @Desc : 鸟类BirdBaseclass BirdBase(object):"""假设…
2021/10/18 17:09:59 人评论 次浏览