dsc object attributes lab dc ds 111819 源码
对象属性-实验 介绍 在本实验中,您将练习定义类和实例方法。 目标 你将能够: 定义并调用实例方法 定义和访问实例属性 定义类和实例方法 在下面的单元格中定义一个Driver类。 对于此类,创建一个名为greet_passenger()的方法,该方法返回字符串Hello! I'll be your driver today. My name is Hello! I'll be your driver today. My name is Hello! I'll be your driver today. My name is后面跟着那个驱动程序的名字和姓氏(即, Hello! I'll be your driver today. My name is John Doe )。 (请记住,驱动程序的名称将存储在两个单独的属性下:first和last。) # Define Driver Cl
文件列表
dsc-object-attributes-lab-dc-ds-111819-master.zip
(预估有个6文件)
dsc-object-attributes-lab-dc-ds-111819-master
CONTRIBUTING.md
2KB
index.ipynb
3KB
LICENSE.md
1KB
.gitignore
64B
.learn
86B
README.md
2KB
暂无评论