Commit 637eb1ee by Administrator

Add new file

parents
Showing with 9 additions and 0 deletions
# 勇于挑战的创造师们,请补充初始化方法的代码,确保后面两行的代码能够顺利执行,打印出小狗名字`芋头`。
class Pet:
def __init__ ?
# 定义初始化方法,有四个属性
# 每只动物的基本属性为:类别(kind)、品种(breed)、姓名(name)、年龄(age)
dog = Pet('狗', '柯基', '芋头', '3岁')
print(?) # 打印出实例属性name
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment